diff options
-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 |