mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
OMAP3: fix default environment for mcx board
Patch allows to load a script at the startup from MMC. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
f1eb45dcad
commit
a5d64dbf20
1 changed files with 3 additions and 4 deletions
|
|
@ -264,10 +264,9 @@
|
|||
"${mtdparts} " \
|
||||
"vram=6M omapfb.vram=1:2M,2:2M,3:2M " \
|
||||
"omapdss.def_disp=lcd;" \
|
||||
"bootm 0x82000000 0x84000000\0"
|
||||
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"run nandboot"
|
||||
"bootm 0x82000000 0x84000000\0" \
|
||||
"bootcmd=mmc rescan;if fatload mmc 0 82000000 loadbootscr.scr;" \
|
||||
"then source 82000000;else run nandboot;fi\0"
|
||||
|
||||
#define CONFIG_AUTO_COMPLETE
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue