diff options
author | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-06-12 17:47:18 +0200 |
---|---|---|
committer | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-06-12 17:47:18 +0200 |
commit | fe1ef8a9246515f5a7007427e82cc20f1fbded53 (patch) | |
tree | 6b5e83dab79de2e44e0e4a93babb42bb3377b47b | |
parent | c43b4032b44fde06748744a0318d67c5662f7b48 (diff) | |
download | u-boot-imx-fe1ef8a9246515f5a7007427e82cc20f1fbded53.zip u-boot-imx-fe1ef8a9246515f5a7007427e82cc20f1fbded53.tar.gz u-boot-imx-fe1ef8a9246515f5a7007427e82cc20f1fbded53.tar.bz2 |
IGEP0146: Use 512M Ram
Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
-rw-r--r-- | configs/igep0146_imx6ul_512M_defconfig | 2 | ||||
-rw-r--r-- | include/configs/igep0146.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configs/igep0146_imx6ul_512M_defconfig b/configs/igep0146_imx6ul_512M_defconfig index 2ba0418..d3f6b9e 100644 --- a/configs/igep0146_imx6ul_512M_defconfig +++ b/configs/igep0146_imx6ul_512M_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/isee/igep0146/mxul_igep0146_prcarlos.cfg,MX6UL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/isee/igep0146/mx6ul_igep0146_1x512_nt.cfg,MX6UL" CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_MX6UL=y diff --git a/include/configs/igep0146.h b/include/configs/igep0146.h index 15f1718..2819086 100644 --- a/include/configs/igep0146.h +++ b/include/configs/igep0146.h @@ -23,7 +23,6 @@ #define CONFIG_SYS_FSL_SEC_COMPAT 4 /* HAB version */ #define CONFIG_FSL_CAAM -#define CONFIG_SYS_FSL_SEC_LE /* Falcon Mode */ #ifdef CONFIG_SPL |