summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2012-07-27 13:01:26 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:53 -0400
commitd64292e3f6c7c4d0652d000e59edcfad7f72e5d4 (patch)
tree80cef39f0cd277a6b00bbca568cafbda53212fbe
parent10fc1d37a62f71cd63df789644a924a4503da385 (diff)
ENGR00218583-4 MX6Q 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/mx6q_sabresd_android.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabresd_android.h b/include/configs/mx6q_sabresd_android.h
index 79768187e3..130f8fadc4 100644
--- a/include/configs/mx6q_sabresd_android.h
+++ b/include/configs/mx6q_sabresd_android.h
@@ -72,6 +72,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