diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2012-07-27 13:01:26 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2012-07-31 16:37:06 +0800 |
commit | d26a47881016e8b0bed2cca1c97a8dff260d566c (patch) | |
tree | 80cef39f0cd277a6b00bbca568cafbda53212fbe | |
parent | 729225876038727e7c80fe73fdfb6ef190eacc03 (diff) | |
download | u-boot-imx-d26a47881016e8b0bed2cca1c97a8dff260d566c.zip u-boot-imx-d26a47881016e8b0bed2cca1c97a8dff260d566c.tar.gz u-boot-imx-d26a47881016e8b0bed2cca1c97a8dff260d566c.tar.bz2 |
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.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabresd_android.h b/include/configs/mx6q_sabresd_android.h index 7976818..130f8fa 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 |