diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2012-07-27 13:01:01 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2012-07-31 16:37:05 +0800 |
commit | 729225876038727e7c80fe73fdfb6ef190eacc03 (patch) | |
tree | 934f7ba39d0cecad0709ee84c570f81d6994cb1e /include | |
parent | 0eaf2efb6d740b2544a88277d4a9c9d44ca15f71 (diff) | |
download | u-boot-imx-729225876038727e7c80fe73fdfb6ef190eacc03.zip u-boot-imx-729225876038727e7c80fe73fdfb6ef190eacc03.tar.gz u-boot-imx-729225876038727e7c80fe73fdfb6ef190eacc03.tar.bz2 |
ENGR00218583-3 MX6DL SabreSD:Enable splashimage by default
This patch adds CONFIG_SPLASH_SCREEN definition to board
config file to enable splashimage by default.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6dl_sabresd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6dl_sabresd.h b/include/configs/mx6dl_sabresd.h index 9f4fad1..00b4f69 100644 --- a/include/configs/mx6dl_sabresd.h +++ b/include/configs/mx6dl_sabresd.h @@ -308,6 +308,7 @@ /* * SPLASH SCREEN Configs */ +#define CONFIG_SPLASH_SCREEN #ifdef CONFIG_SPLASH_SCREEN /* * Framebuffer and LCD |