mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
omap3_logic: Fix FDT ADDR for ramdisk booting
The boot scripts for booting from ramdisk are using
${fdtimage} when they really should be using ${fdtaddr}
This patch will fix it so the RAMdisk bootscripts operate
correctly.
Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
b79b9f198b
commit
62896dcbf3
1 changed files with 2 additions and 2 deletions
|
|
@ -153,10 +153,10 @@
|
|||
"run loadramdisk\0" \
|
||||
"mmcramboot=setenv bootfile uImage; " \
|
||||
"run mmcrambootcommon; " \
|
||||
"bootm ${loadaddr} ${rdaddr} ${fdtimage}\0" \
|
||||
"bootm ${loadaddr} ${rdaddr} ${fdtaddr}\0" \
|
||||
"mmcrambootz=setenv bootfile zImage; " \
|
||||
"run mmcrambootcommon; " \
|
||||
"bootz ${loadaddr} ${rdaddr} ${fdtimage}\0" \
|
||||
"bootz ${loadaddr} ${rdaddr} ${fdtaddr}\0" \
|
||||
"tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
|
||||
"run ramargs; " \
|
||||
"run common_bootargs; " \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue