diff options
author | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-07-23 08:32:07 +0200 |
---|---|---|
committer | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-07-23 08:32:07 +0200 |
commit | 2cc4882c9a96a7e2e6648483b80e104900152c11 (patch) | |
tree | 6de7e2928539c290d03439c98d4ed37dfebc8c0e | |
parent | 4799f038742e1f364a1d5fb7368168e578df6fbd (diff) | |
download | u-boot-imx-2cc4882c9a96a7e2e6648483b80e104900152c11.zip u-boot-imx-2cc4882c9a96a7e2e6648483b80e104900152c11.tar.gz u-boot-imx-2cc4882c9a96a7e2e6648483b80e104900152c11.tar.bz2 |
igep0146: Fix spl defconfig
Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
-rw-r--r-- | configs/igep0146_imx6ul_512M_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/igep0146_imx6ul_512M_spl_defconfig b/configs/igep0146_imx6ul_512M_spl_defconfig index e0fa901..84c7b69 100644 --- a/configs/igep0146_imx6ul_512M_spl_defconfig +++ b/configs/igep0146_imx6ul_512M_spl_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/isee/igep0146/mx6ul_igep0146_1x512_nt.cfg,MX6UL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/isee/igep0146/mx6ul_igep0146_1x512.cfg,MX6UL" CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_MX6UL=y |