diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2019-06-18 14:57:32 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 20:14:50 +0200 |
commit | 9358e5b3b4e04343d3e3c996b74886be2ffca172 (patch) | |
tree | bd04f3143b35fde878b8674a39a8220049696c51 /configs/colibri_imx7_emmc_defconfig | |
parent | 4e36425115e17b9558f74ecffe7a14eb9ea5beb8 (diff) | |
download | u-boot-9358e5b3b4e04343d3e3c996b74886be2ffca172.tar.gz |
colibri_imx7: introduce androidboot wrapper
1. Introduce androidboot wrapper for booting AOSP.
2. Add partitions_android env var for simplifying the process of
writing new gpt table from U-boot shell/fastboot.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'configs/colibri_imx7_emmc_defconfig')
-rw-r--r-- | configs/colibri_imx7_emmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig index 2e6cfcd063c..0c3a898aabb 100644 --- a/configs/colibri_imx7_emmc_defconfig +++ b/configs/colibri_imx7_emmc_defconfig @@ -26,7 +26,7 @@ CONFIG_CRC32_VERIFY=y CONFIG_CMD_MEMTEST=y CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y -# CONFIG_RANDOM_UUID is not set +CONFIG_RANDOM_UUID=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y |