Commit 864fd4f019674e8333b1fdb91e9242ae75f35992

Authored by Haoran Wang
Committed by guoyin.chen
1 parent d102c193f3

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>

Showing 2 changed files with 8 additions and 2 deletions Side-by-side Diff

configs/picosom-imx6ul_defconfig
1   -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL"
  1 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT"
2 2 CONFIG_ARM=y
3 3 CONFIG_TARGET_PICOSOM_IMX6UL=y
4 4 CONFIG_DM=y
include/configs/picosom-imx6ul.h
... ... @@ -19,6 +19,7 @@
19 19 #define CONFIG_SYS_GENERIC_BOARD
20 20 #define CONFIG_DISPLAY_CPUINFO
21 21 #define CONFIG_DISPLAY_BOARDINFO
  22 +#define CONFIG_SYS_BOOTM_LEN 0x1000000
22 23  
23 24 /* uncomment for SECURE mode support */
24 25 /* #define CONFIG_SECURE_BOOT */
... ... @@ -58,7 +59,7 @@
58 59 #define CONFIG_FSL_USDHC
59 60 #ifdef CONFIG_FSL_USDHC
60 61 #define CONFIG_FSL_ESDHC
61   -#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
  62 +#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
62 63  
63 64 #define CONFIG_SYS_FSL_USDHC_NUM 1
64 65  
... ... @@ -379,6 +380,11 @@
379 380 #if defined(CONFIG_ANDROID_SUPPORT)
380 381 #include "mx6ul_14x14_evk_android.h"
381 382 #endif
  383 +
  384 +#if defined(CONFIG_BRILLO_SUPPORT)
  385 +#include "mx6ul_14x14_evk_brillo.h"
  386 +#endif
  387 +
382 388  
383 389 #endif