diff options
author | Haoran Wang <Haoran.Wang@freescale.com> | 2015-12-30 18:41:51 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:35:55 +0800 |
commit | b105b05904e5e8faa40cb4b58907f03789c1d8ad (patch) | |
tree | 141d34ed57b62162364e275461674048980dbab7 /include | |
parent | 0c0e7b5ee4fa3d285e3736bba369cf52481e6269 (diff) | |
download | u-boot-imx-b105b05904e5e8faa40cb4b58907f03789c1d8ad.zip u-boot-imx-b105b05904e5e8faa40cb4b58907f03789c1d8ad.tar.gz u-boot-imx-b105b05904e5e8faa40cb4b58907f03789c1d8ad.tar.bz2 |
MA-7455-1 Pico: modify Pico configuration for Brillo.
Modify the picosom to be suit for Brillo configurations.
Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/picosom-imx6ul.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/picosom-imx6ul.h b/include/configs/picosom-imx6ul.h index 932f9a2..7c96376 100644 --- a/include/configs/picosom-imx6ul.h +++ b/include/configs/picosom-imx6ul.h @@ -19,6 +19,7 @@ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_BOOTM_LEN 0x1000000 /* uncomment for SECURE mode support */ /* #define CONFIG_SECURE_BOOT */ @@ -58,7 +59,7 @@ #define CONFIG_FSL_USDHC #ifdef CONFIG_FSL_USDHC #define CONFIG_FSL_ESDHC -#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR +#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR #define CONFIG_SYS_FSL_USDHC_NUM 1 @@ -380,4 +381,9 @@ #include "mx6ul_14x14_evk_android.h" #endif +#if defined(CONFIG_BRILLO_SUPPORT) +#include "mx6ul_14x14_evk_brillo.h" +#endif + + #endif |