summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uboot_config/common.config6
1 files changed, 4 insertions, 2 deletions
diff --git a/uboot_config/common.config b/uboot_config/common.config
index 60a2626..4cc1d3a 100644
--- a/uboot_config/common.config
+++ b/uboot_config/common.config
@@ -23,7 +23,6 @@ CONFIG_AUTOBOOT=y
23 23
24# Add support for Android Images. 24# Add support for Android Images.
25CONFIG_ANDROID_BOOT_IMAGE=y 25CONFIG_ANDROID_BOOT_IMAGE=y
26CONFIG_CMD_LOAD_ANDROID=y
27 26
28# Support for Android Bootloader is required. 27# Support for Android Bootloader is required.
29CONFIG_ANDROID_BOOTLOADER=y 28CONFIG_ANDROID_BOOTLOADER=y
@@ -31,7 +30,10 @@ CONFIG_CMD_BOOT_ANDROID=y
31 30
32# Support for selecting the A/B slot. 31# Support for selecting the A/B slot.
33CONFIG_ANDROID_AB=y 32CONFIG_ANDROID_AB=y
34CONFIG_CMD_ANDROID_AB_SELECT=y 33
34# FIXME: Turn off A/B select until we update the device project for A/B
35# and figure out an efficient partitioing scheme
36#CONFIG_CMD_AB_SELECT=y
35 37
36# Fastboot and Android image support should be enabled. 38# Fastboot and Android image support should be enabled.
37CONFIG_FASTBOOT=y 39CONFIG_FASTBOOT=y