projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ac387
)
TQM8260: fix locations of kernel and ramdisk images in flash
author
Wolfgang Denk
<wd@denx.de>
Tue, 17 Feb 2009 09:26:38 +0000
(10:26 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 17 Feb 2009 09:26:38 +0000
(10:26 +0100)
After introducing redundant environment the kernel images was
overlapping with environment.
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/TQM8260.h
patch
|
blob
|
history
diff --git
a/include/configs/TQM8260.h
b/include/configs/TQM8260.h
index ac9c94e6893cb346e1ff1578784b712cf2b00979..582e670253049ad3f7f9935a744cf0e5ca51adb6 100644
(file)
--- 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=400
8
0000\0" \
- "ramdisk_addr=402
0
0000\0" \
+ "kernel_addr=400
C
0000\0" \
+ "ramdisk_addr=402
4
0000\0" \
""
#define CONFIG_BOOTCOMMAND "run flash_self"