summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2012-07-27 13:06:04 +0800
committerLiu Ying <Ying.Liu@freescale.com>2012-07-31 16:37:06 +0800
commit499febf0a2527f14ed00be087b1dd1c869da5c5a (patch)
treeedf4ff9a38db4383a7877943b3c9b8051b67382e
parentd26a47881016e8b0bed2cca1c97a8dff260d566c (diff)
downloadu-boot-imx-499febf0a2527f14ed00be087b1dd1c869da5c5a.zip
u-boot-imx-499febf0a2527f14ed00be087b1dd1c869da5c5a.tar.gz
u-boot-imx-499febf0a2527f14ed00be087b1dd1c869da5c5a.tar.bz2
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 c66d274..c129890 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