From: Andreas Bießmann Date: Fri, 6 Sep 2013 13:04:57 +0000 (+0200) Subject: tricorder: read kernel directly from NAND X-Git-Tag: v2014.01-rc1~77^2~13 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=eadbdf9efccd318d6388a1fcc9a6bb67e9caea43 tricorder: read kernel directly from NAND Signed-off-by: Andreas Bießmann --- diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 18ba065e51..aab1bf1902 100644 --- 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 " \