mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
TQM8260: fix locations of kernel and ramdisk images in flash
After introducing redundant environment the kernel images was overlapping with environment. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
e1ac387f46
commit
86b4bafdfa
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@
|
|||
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \
|
||||
"rootpath=/opt/eldk/ppc_6xx\0" \
|
||||
"bootfile=tqm8260/uImage\0" \
|
||||
"kernel_addr=40080000\0" \
|
||||
"ramdisk_addr=40200000\0" \
|
||||
"kernel_addr=400C0000\0" \
|
||||
"ramdisk_addr=40240000\0" \
|
||||
""
|
||||
#define CONFIG_BOOTCOMMAND "run flash_self"
|
||||
|
||||
|
|
Loading…
Reference in a new issue