summaryrefslogtreecommitdiff
path: root/configs/igep0046_imx6q_2G_defconfig
diff options
context:
space:
mode:
authorJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2018-02-15 13:50:45 +0100
committerJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2018-02-15 13:50:45 +0100
commit889a645302f5464b3a2311c07844de73b874494a (patch)
treeb98ff3d34b3e907f0f4928fd5464a1b529ff8000 /configs/igep0046_imx6q_2G_defconfig
parent6cad7314e0de40298938d667d0087b4bb1c33241 (diff)
downloadu-boot-imx-889a645302f5464b3a2311c07844de73b874494a.zip
u-boot-imx-889a645302f5464b3a2311c07844de73b874494a.tar.gz
u-boot-imx-889a645302f5464b3a2311c07844de73b874494a.tar.bz2
Add initial support iMX6Q for igep0046 defconfig
Add RAM support iMX6Q Updated default .dtb file defconfig eeprom clean up I2C SCL low bus lock fix Add Audio Reset Changed I2C MUX - no pullups Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
Diffstat (limited to 'configs/igep0046_imx6q_2G_defconfig')
-rw-r--r--configs/igep0046_imx6q_2G_defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/igep0046_imx6q_2G_defconfig b/configs/igep0046_imx6q_2G_defconfig
new file mode 100644
index 0000000..6d1f75f
--- /dev/null
+++ b/configs/igep0046_imx6q_2G_defconfig
@@ -0,0 +1,15 @@
+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/mx6q_igep0046_4x512_nt.cfg,MX6Q"
+CONFIG_BOOTDELAY=3
+CONFIG_OF_LIBFDT=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
+CONFIG_SPLASH_SCREEN=n
+CONFIG_DEFAULT_FDT_FILE="imx6q-igep-base0040rd102.dtb"
+CONFIG_BASE0040=y
+CONFIG_HUSH_PARSER=y