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:
69df69d
)
tricorder: read kernel directly from NAND
author
Andreas Bießmann
<andreas.biessmann@corscience.de>
Fri, 6 Sep 2013 13:04:57 +0000
(15:04 +0200)
committer
Tom Rini
<trini@ti.com>
Fri, 1 Nov 2013 19:55:59 +0000
(15:55 -0400)
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
include/configs/tricorder.h
patch
|
blob
|
history
diff --git
a/include/configs/tricorder.h
b/include/configs/tricorder.h
index 18ba065e5174d4b645bd4cecc000324578bed717..aab1bf1902b40f8382ca78d6fd47da324e5d6408 100644
(file)
--- a/
include/configs/tricorder.h
+++ b/
include/configs/tricorder.h
@@
-260,9
+260,10
@@
"loaduimage_ubi=ubi part ubi; " \
"ubifsmount ubi:root; " \
"ubifsload ${loadaddr} /boot/uImage\0" \
+ "loaduimage_nand=nand read ${loadaddr} kernel 0x500000\0" \
"nandboot=echo Booting from nand ...; " \
"run nandargs; " \
- "run loaduimage_
ubi
; " \
+ "run loaduimage_
nand
; " \
"bootm ${loadaddr}\0" \
"autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
"if run loadbootscript; then " \