From 87fc57009fb24c6542ff7a7f806ec382e59ae3f6 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 14 Feb 2012 16:22:53 -0600 Subject: [PATCH] crane: convert to uEnv.txt Signed-off-by: Robert Nelson --- mk_mmc.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/mk_mmc.sh b/mk_mmc.sh index 42cc9b0..935dde6 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -627,6 +627,26 @@ mmc_load_uimage=fatload mmc 0:1 \${address_uimage} \${bootfile} mmcargs=setenv bootargs console=\${console} \${optargs} mpurate=\${mpurate} buddy=\${buddy} buddy2=\${buddy2} camera=\${camera} VIDEO_DISPLAY root=\${mmcroot} rootfstype=\${mmcrootfstype} +loaduimage=printenv; run mmc_load_uimage; run mmc_load_uinitrd; echo Booting from mmc ...; run mmcargs; bootm \${address_uimage} \${address_uinitrd} +uenv_normalboot_cmd + ;; + crane) + +cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <> ${TEMPDIR}/bootscripts/normal.cmd <