Skip to content
Snippets Groups Projects
Commit 86b4bafd authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

TQM8260: fix locations of kernel and ramdisk images in flash


After introducing redundant environment the kernel images was
overlapping with environment.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent e1ac387f
No related branches found
No related tags found
No related merge requests found
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \ "net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \
"rootpath=/opt/eldk/ppc_6xx\0" \ "rootpath=/opt/eldk/ppc_6xx\0" \
"bootfile=tqm8260/uImage\0" \ "bootfile=tqm8260/uImage\0" \
"kernel_addr=40080000\0" \ "kernel_addr=400C0000\0" \
"ramdisk_addr=40200000\0" \ "ramdisk_addr=40240000\0" \
"" ""
#define CONFIG_BOOTCOMMAND "run flash_self" #define CONFIG_BOOTCOMMAND "run flash_self"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment