diff options
author | Robby Cai <robby.cai@nxp.com> | 2016-06-23 14:44:19 +0800 |
---|---|---|
committer | Robby Cai <robby.cai@nxp.com> | 2016-07-29 11:17:14 +0800 |
commit | bcdbe240bb2a97d38ba30dd244a51ece87662b06 (patch) | |
tree | 17e3f61dc674c4c065b16dc81f0cda510f5d5106 /configs | |
parent | fd8fbf7fa0b10199ac89cd13cae851149f51accb (diff) | |
download | u-boot-imx-bcdbe240bb2a97d38ba30dd244a51ece87662b06.zip u-boot-imx-bcdbe240bb2a97d38ba30dd244a51ece87662b06.tar.gz u-boot-imx-bcdbe240bb2a97d38ba30dd244a51ece87662b06.tar.bz2 |
MLK-12929 imx6ull: support splash screen for epdc
add splash screen feature for epdc.
it's tested on imx6ull arm2 board.
Signed-off-by: Robby Cai <robby.cai@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ull_14x14_ddr3_arm2_epdc_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_ddr3_arm2_epdc_defconfig b/configs/mx6ull_14x14_ddr3_arm2_epdc_defconfig new file mode 100644 index 0000000..e50583d --- /dev/null +++ b/configs/mx6ull_14x14_ddr3_arm2_epdc_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ull_ddr3_arm2/imximage.cfg,MXC_EPDC" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6ULL_DDR3_ARM2=y +CONFIG_CMD_GPIO=y |