diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-03-08 18:04:47 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:48:56 +0800 |
commit | 7f43a799564b91a2a7b73594c67b7c153ef737ee (patch) | |
tree | af59e3f149b8137f35157390e94f44964dce8e04 /configs | |
parent | 59c76a7c8263ec148a29084996e3a78d350dc36d (diff) | |
download | u-boot-imx-7f43a799564b91a2a7b73594c67b7c153ef737ee.zip u-boot-imx-7f43a799564b91a2a7b73594c67b7c153ef737ee.tar.gz u-boot-imx-7f43a799564b91a2a7b73594c67b7c153ef737ee.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>
(cherry picked from commit 864fd4f019674e8333b1fdb91e9242ae75f35992)
To align with 2016.03, fix several places.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/picosom-imx6ul-qspi_defconfig | 4 | ||||
-rw-r--r-- | configs/picosom-imx6ul_defconfig | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/configs/picosom-imx6ul-qspi_defconfig b/configs/picosom-imx6ul-qspi_defconfig index f191145..e852e31f 100644 --- a/configs/picosom-imx6ul-qspi_defconfig +++ b/configs/picosom-imx6ul-qspi_defconfig @@ -1,3 +1,7 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,SYS_BOOT_QSPI" CONFIG_ARM=y +CONFIG_ARCH_MX6=y CONFIG_TARGET_PICOSOM_IMX6UL=y +CONFIG_CMD_GPIO=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y diff --git a/configs/picosom-imx6ul_defconfig b/configs/picosom-imx6ul_defconfig index 9135e0f..fe00f94 100644 --- a/configs/picosom-imx6ul_defconfig +++ b/configs/picosom-imx6ul_defconfig @@ -1,3 +1,7 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,ANDROID_SUPPORT,BRILLO_SUPPORT" CONFIG_ARM=y +CONFIG_ARCH_MX6=y CONFIG_TARGET_PICOSOM_IMX6UL=y +CONFIG_CMD_GPIO=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y |