mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-06 05:06:13 +02:00
board: stmark2: add sd boot command
Add command to boot from sd. Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
This commit is contained in:
parent
81b7e4da50
commit
a38b3fca74
@ -14,9 +14,12 @@
|
||||
board/sysam/stmark2/sbf_dram_init.o (.text*)
|
||||
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
"boot_sd=load mmc 0:1 ${loadaddr} uImage; " \
|
||||
"load mmc 0:1 ${loadaddr_ramfs} uRamfs\0" \
|
||||
"kern_size=0x700000\0" \
|
||||
"loadaddr=0x40001000\0" \
|
||||
"loadaddr=0x42000000\0" \
|
||||
"-(rootfs)\0" \
|
||||
"loadaddr_ramfs=0x43000000\0" \
|
||||
"update_uboot=loady ${loadaddr}; " \
|
||||
"sf probe 0:1 50000000; " \
|
||||
"sf erase 0 0x80000; " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user