From 189bdbe8c0f2d1fe9b6028a5235ecd1ae9e39ad0 Mon Sep 17 00:00:00 2001 From: Manel Caro Date: Fri, 26 Jan 2018 13:44:29 +0100 Subject: Rename config file according to other igep boards Signed-off-by: Manel Caro --- configs/igep0046_imx6dl_2G_defconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 configs/igep0046_imx6dl_2G_defconfig 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="" -- cgit v1.1