smdk6410.h文件及其他相关启动配置

750阅读 0评论2016-09-11 文峰聊书斋
分类:LINUX

smdk6410.h文件中
/* Boot configuration (define only one of next) */
//#define CONFIG_BOOT_NOR
#define CONFIG_BOOT_NAND           //配置成从nand启动uboot
//#define CONFIG_BOOT_MOVINAND     //配置成从SD卡启动uboot
//#define CONFIG_BOOT_ONENAND
上一篇:uboot之do_bootm_linux启动内核函数源码解析
下一篇: 嵌入式Linux根文件系统制作和挂载