mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
tricorder: read kernel directly from NAND
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
This commit is contained in:
parent
69df69d1d4
commit
eadbdf9efc
1 changed files with 2 additions and 1 deletions
|
@ -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 " \
|
||||
|
|
Loading…
Add table
Reference in a new issue