diff options
author | Manel Caro <mcaro@iseebcn.com> | 2018-01-26 13:44:29 +0100 |
---|---|---|
committer | Manel Caro <mcaro@iseebcn.com> | 2018-01-26 13:44:29 +0100 |
commit | 189bdbe8c0f2d1fe9b6028a5235ecd1ae9e39ad0 (patch) | |
tree | ff6ee6635d590da138e61e00bb2f10dd25f12536 | |
parent | b16b67ff2b8739763c400a32e135877c635dafec (diff) | |
download | u-boot-imx-189bdbe8c0f2d1fe9b6028a5235ecd1ae9e39ad0.zip u-boot-imx-189bdbe8c0f2d1fe9b6028a5235ecd1ae9e39ad0.tar.gz u-boot-imx-189bdbe8c0f2d1fe9b6028a5235ecd1ae9e39ad0.tar.bz2 |
Rename config file according to other igep boards
Signed-off-by: Manel Caro <mcaro@iseebcn.com>
-rw-r--r-- | configs/igep0046_imx6dl_2G_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/igep0046_imx6dl_2G_defconfig b/configs/igep0046_imx6dl_2G_defconfig new file mode 100644 index 0000000..9658e25 --- /dev/null +++ b/configs/igep0046_imx6dl_2G_defconfig @@ -0,0 +1,16 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_IGEP0046=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/isee/igep0046/mx6dl_igep0046_4x512_nt.cfg,MX6DL" +CONFIG_BOOTDELAY=2 +CONFIG_CMD_BOOTM=n +CONFIG_CMD_BOOTD=n +CONFIG_CMD_CACHE=y +CONFIG_SPLASH_SCREEN=n +CONFIG_BASE0040=y +CONFIG_CONSOLE_DEV="ttymxc2" +CONFIG_DEFAULT_FDT_FILE="" +CONFIG_MMCROOT="" +CONFIG_EMMCROOT="" |