diff options
author | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-07-24 12:19:12 +0200 |
---|---|---|
committer | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-07-24 12:19:12 +0200 |
commit | 0562294307834c2b35e47779ed823d272064e14e (patch) | |
tree | 6e99cc72c7ac3a0115f4076eb46d643a941a4cf9 | |
parent | 4fa0f44151f83f0fd58a9a59958371513df97e11 (diff) | |
download | u-boot-imx-0562294307834c2b35e47779ed823d272064e14e.zip u-boot-imx-0562294307834c2b35e47779ed823d272064e14e.tar.gz u-boot-imx-0562294307834c2b35e47779ed823d272064e14e.tar.bz2 |
igep0146: Serial boot environment support - TO DO RAMDISK
Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
-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" \ |