aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-09-26 14:21:55 -0700
committerAlistair Delva <adelva@google.com>2020-10-02 07:16:53 -0700
commitffd80db74932718544220b03b0f789118581fc8f (patch)
tree0ca633049a4c27eb59b8d25d0cf0ac69c51c456a
parent0acd3269fb19f6bcb215c0bead7048ec980d5613 (diff)
downloadplatform_external_u-boot-ffd80db74932718544220b03b0f789118581fc8f.tar.gz
platform_external_u-boot-ffd80db74932718544220b03b0f789118581fc8f.tar.bz2
platform_external_u-boot-ffd80db74932718544220b03b0f789118581fc8f.zip
ANDROID: Use an environment partition for cuttlefish.
Bug: 133797099 Bug: 169336575 Test: launch_cvd with bootloader Signed-off-by: David Anderson <dvander@google.com> Signed-off-by: Ram Muthiah <rammuthiah@google.com> Change-Id: I02735633fdf230bc95c37d85bc7c35344b0d6471
-rw-r--r--configs/cf-x86_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/cf-x86_defconfig b/configs/cf-x86_defconfig
index 1736da6bc3..64407bd05f 100644
--- a/configs/cf-x86_defconfig
+++ b/configs/cf-x86_defconfig
@@ -29,6 +29,9 @@ CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
+CONFIG_ENV_IS_IN_RAW_DISK=y
+CONFIG_ENV_RAW_DISK_INTERFACE="virtio"
+CONFIG_ENV_RAW_DISK_DEVICE_AND_PART="0:1"
CONFIG_REGMAP=y
CONFIG_SYSCON=y
CONFIG_CPU=y