diff options
author | fang hui <hui.fang@nxp.com> | 2016-09-29 16:42:35 +0800 |
---|---|---|
committer | fang hui <hui.fang@nxp.com> | 2016-09-30 08:43:51 +0800 |
commit | 003230d38ea6b2a50cebe5ed5dd9f0d65ff6a036 (patch) | |
tree | 6fd07730a4217d2f5725e064b5d48294262c65af /configs | |
parent | 7ee244554b4fb048b7086b72fde939a4ce923918 (diff) | |
download | u-boot-imx-003230d38ea6b2a50cebe5ed5dd9f0d65ff6a036.zip u-boot-imx-003230d38ea6b2a50cebe5ed5dd9f0d65ff6a036.tar.gz u-boot-imx-003230d38ea6b2a50cebe5ed5dd9f0d65ff6a036.tar.bz2 |
MA-8793 - [brillo] support imx7d-emmc board
support iot on imx7d emmc board
use gpt partition
not use encrypt lock for imx7d
Signed-off-by: fang hui <hui.fang@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7dsabresdbrillo_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx7dsabresdbrillo_defconfig b/configs/mx7dsabresdbrillo_defconfig new file mode 100644 index 0000000..b273c4e --- /dev/null +++ b/configs/mx7dsabresdbrillo_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION" +CONFIG_ARM=y +CONFIG_TARGET_MX7DSABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |