summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChen Guoyin <guoyin.chen@nxp.com>2016-11-23 16:57:05 +0800
committerChen Guoyin <guoyin.chen@nxp.com>2016-11-24 16:49:51 +0800
commitaa2df5879bba61215ebfebbdcdb4c87308f78a8e (patch)
tree0059c3f6b6d8b167d8d54cc061cbfb532e8144a5 /configs
parenta4bfb5adf2d5644d2a18fed88f28cd5955fe785c (diff)
downloadu-boot-imx-aa2df5879bba61215ebfebbdcdb4c87308f78a8e.zip
u-boot-imx-aa2df5879bba61215ebfebbdcdb4c87308f78a8e.tar.gz
u-boot-imx-aa2df5879bba61215ebfebbdcdb4c87308f78a8e.tar.bz2
MA-9044 Support boot from ramdisk of system.img
Add CONFIG_SYSTEM_RAMDISK_SUPPORT to support system's ramdisk * Normal boot: cmdline to bypass ramdisk in boot.img, but use the one from related slot's system.img * Recovery boot: Use the ramdisk in boot.img Change-Id: I6f429fec54fd5039d136e488ed218d73e3716938 Signed-off-by: Chen Guoyin <guoyin.chen@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6ul_nxpu_iopb_defconfig2
-rw-r--r--configs/picosom-imx6ul_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mx6ul_nxpu_iopb_defconfig b/configs/mx6ul_nxpu_iopb_defconfig
index 767d80f..4b45ae0 100644
--- a/configs/mx6ul_nxpu_iopb_defconfig
+++ b/configs/mx6ul_nxpu_iopb_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,MX6UL,MX6UL_NXPU_IOPB,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,MX6UL,MX6UL_NXPU_IOPB,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT"
CONFIG_ARM=y
CONFIG_TARGET_MX6UL_NXPU_IOPB=y
CONFIG_DM=y
diff --git a/configs/picosom-imx6ul_defconfig b/configs/picosom-imx6ul_defconfig
index 6e90ebb..e4c5763 100644
--- a/configs/picosom-imx6ul_defconfig
+++ b/configs/picosom-imx6ul_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT"
CONFIG_ARM=y
CONFIG_TARGET_PICOSOM_IMX6UL=y
CONFIG_DM=y