diff options
author | Robby Cai <robby.cai@nxp.com> | 2016-06-23 14:44:19 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:24 +0800 |
commit | ffc1f0d1b19d4adfc1f5276e5d25a1f065c41606 (patch) | |
tree | ea055e29ac78df710ae3b991d87ab98d1689f06f /configs | |
parent | 126d2e1ac5b53fc32dbd0000b2a22c11bfbcd19c (diff) |
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>
(cherry picked from commit bcdbe240bb2a97d38ba30dd244a51ece87662b06)
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 |