diff options
author | Chen Guoyin <guoyin.chen@nxp.com> | 2016-12-20 09:43:39 +0800 |
---|---|---|
committer | Chen Guoyin <guoyin.chen@nxp.com> | 2016-12-20 09:52:05 +0800 |
commit | 5bd51910e3cb01f22a651c933b52ba9f7942c3de (patch) | |
tree | b0d81fe80471d63c73b44b17d61ad23c989ddf40 | |
parent | 627fa3dce84fbd17e61660df932deaac4845f7a6 (diff) | |
download | u-boot-imx-5bd51910e3cb01f22a651c933b52ba9f7942c3de.zip u-boot-imx-5bd51910e3cb01f22a651c933b52ba9f7942c3de.tar.gz u-boot-imx-5bd51910e3cb01f22a651c933b52ba9f7942c3de.tar.bz2 |
MA-9122 mx7d config: Enable SYSTEM_RAMDISK_SUPPORT
Add SYSTEM_RAMDISK_SUPPORT for mx7d sabresd brillo config
Change-Id: Ic759fe747583ce37e85a99044c4e83ac0e7d1730
Signed-off-by: Chen Guoyin <guoyin.chen@nxp.com>
-rw-r--r-- | configs/mx7dsabresdbrillo_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx7dsabresdbrillo_defconfig b/configs/mx7dsabresdbrillo_defconfig index 59eb4e1..caf6d98 100644 --- a/configs/mx7dsabresdbrillo_defconfig +++ b/configs/mx7dsabresdbrillo_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION,AVB_SUPPORT" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT" CONFIG_ARM=y CONFIG_TARGET_MX7DSABRESD=y CONFIG_SYS_MALLOC_F=y |