uboot CONFIG_SYS_BOOTMAPSZ CONFIG_SYS_BOOTM_LEN

參考

[U-Boot,v2] Add uboot “fdt_high” enviroment variable
[U-Boot] arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT Linux booting
uboot移植,編譯及環境變量,啓動等方面---from README

增加了ramdisk

petalinux上說增加CONFIG_SYS_BOOTM_LEN,註釋掉CONFIG_SYS_BOOTMAPSZ,我沒有測試。

#define CONFIG_SYS_BOOTMAPSZ 0x10000000
#ifdef CONFIG_SYS_BOOTM_LEN
#undef CONFIG_SYS_BOOTM_LEN
#endif
#define CONFIG_SYS_BOOTM_LEN 0x10000000
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章