diff options
author | Sanshan Zhang <sanshan.zhang@nxp.com> | 2017-03-01 17:00:10 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 19:48:36 +0800 |
commit | 4d226b92b3dd577bf02c11d1e0d32494b68a5a66 (patch) | |
tree | 896f96628e03af9c5a00f99458f102dcfeea8b3b /configs/mx6sxsabresdandroid_defconfig | |
parent | 9fe1f23c2bcb263a91a2044cb0105963844dcc06 (diff) | |
download | u-boot-imx-4d226b92b3dd577bf02c11d1e0d32494b68a5a66.zip u-boot-imx-4d226b92b3dd577bf02c11d1e0d32494b68a5a66.tar.gz u-boot-imx-4d226b92b3dd577bf02c11d1e0d32494b68a5a66.tar.bz2 |
MA-9263-3 [Android] Partition: enable GPT partition on imx devices
1. pass androidboot.storage_type to android, 'init' use it to parse
different init.freescale.storage.rc.
2. store new ptable with gpt partition.
3. we use the last LBA as backup gpt table, there is many warning log
when boot, change print to debug
Change-Id: I84070735e9d4c2741b0e240bc1c61b357dabc5b8
Signed-off-by: Sanshan Zhang <sanshan.zhang@nxp.com>
(cherry picked from commit da0ce2787256a323371641b0764266d386d767a5)
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6sxsabresdandroid_defconfig')
-rw-r--r-- | configs/mx6sxsabresdandroid_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sxsabresdandroid_defconfig b/configs/mx6sxsabresdandroid_defconfig index 0c30dc6..9847885 100644 --- a/configs/mx6sxsabresdandroid_defconfig +++ b/configs/mx6sxsabresdandroid_defconfig @@ -4,6 +4,7 @@ CONFIG_TARGET_MX6SXSABRESD=y CONFIG_VIDEO=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg" CONFIG_FASTBOOT=y +CONFIG_EFI_PARTITION=y CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |