summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2012-07-27 13:06:04 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:53 -0400
commit1a8e5c25a5cc1982ec794e6bd9e331df5347dd0c (patch)
treeedf4ff9a38db4383a7877943b3c9b8051b67382e
parentd64292e3f6c7c4d0652d000e59edcfad7f72e5d4 (diff)
ENGR00218583-5 MX6DL SabreSD Android:Add splashimage uboot var
This patch adds splashimage related variables to board configure file so that splashimage can work without touching the uboot variables. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
-rw-r--r--include/configs/mx6dl_sabresd_android.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx6dl_sabresd_android.h b/include/configs/mx6dl_sabresd_android.h
index c66d274f94..c12989035f 100644
--- a/include/configs/mx6dl_sabresd_android.h
+++ b/include/configs/mx6dl_sabresd_android.h
@@ -75,5 +75,8 @@
"netdev=eth0\0" \
"ethprime=FEC0\0" \
"fastboot_dev=mmc3\0" \
- "bootcmd=booti mmc3\0"
+ "bootcmd=booti mmc3\0" \
+ "splashimage=0x30000000\0" \
+ "splashpos=m,m\0" \
+ "lvds_num=1\0"
#endif