aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2019-06-18 14:57:32 +0300
committerStefano Babic <sbabic@denx.de>2019-07-19 20:14:50 +0200
commit9358e5b3b4e04343d3e3c996b74886be2ffca172 (patch)
treebd04f3143b35fde878b8674a39a8220049696c51 /configs
parent4e36425115e17b9558f74ecffe7a14eb9ea5beb8 (diff)
downloadu-boot-9358e5b3b4e04343d3e3c996b74886be2ffca172.zip
u-boot-9358e5b3b4e04343d3e3c996b74886be2ffca172.tar.gz
u-boot-9358e5b3b4e04343d3e3c996b74886be2ffca172.tar.bz2
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')
-rw-r--r--configs/colibri_imx7_emmc_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig
index 2e6cfcd..0c3a898 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