diff options
author | Wolfgang Denk <wd@denx.de> | 2009-02-17 10:26:38 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-17 10:26:38 +0100 |
commit | 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5 (patch) | |
tree | 34475503fd7ca63364aa367e7a58613fc9710f83 /include/configs/TQM8260.h | |
parent | e1ac387f4645499746856adc1aeaa9787da2eca6 (diff) | |
download | u-boot-86b4bafdfaf669ede8fd99044abc7e27ea29b4f5.tar.gz u-boot-86b4bafdfaf669ede8fd99044abc7e27ea29b4f5.tar.xz u-boot-86b4bafdfaf669ede8fd99044abc7e27ea29b4f5.zip |
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>
Diffstat (limited to 'include/configs/TQM8260.h')
-rw-r--r-- | include/configs/TQM8260.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/TQM8260.h b/include/configs/TQM8260.h index ac9c94e689..582e670253 100644 --- a/include/configs/TQM8260.h +++ b/include/configs/TQM8260.h @@ -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" |