diff options
-rw-r--r-- | include/configs/igep0146.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/igep0146.h b/include/configs/igep0146.h index abbce52..d814cb0 100644 --- a/include/configs/igep0146.h +++ b/include/configs/igep0146.h @@ -153,6 +153,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "bootenv=uEnv.txt\0" \ + "bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} - ${fdt_addr};\0" \ "image=zImage\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ "fdt_addr=0x83000000\0" \ @@ -167,6 +168,7 @@ "emmcdev=1\0" \ "mmcpart=1\0" \ "mmcroot="CONFIG_MMCROOT " rootwait rw\0" \ + "mfgtool_args=setenv bootargs console=${console},${baudrate} root=${emmcroot} \0"\ "emmcroot=/dev/mmcblk1p2 rootwait rw\0" \ "sataroot=/dev/sda2 rw rootwait\0" \ "emmcdevconf=setenv mmcdev ${emmcdev}\0" \ |