From 0562294307834c2b35e47779ed823d272064e14e Mon Sep 17 00:00:00 2001 From: Jose Miguel Sanchez Sanabria Date: Tue, 24 Jul 2018 12:19:12 +0200 Subject: igep0146: Serial boot environment support - TO DO RAMDISK Signed-off-by: Jose Miguel Sanchez Sanabria --- include/configs/igep0146.h | 2 ++ 1 file changed, 2 insertions(+) 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" \ -- cgit v1.1