From 198a1c4457a951a25c8dc05a1222c30006f37b47 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Fri, 10 Jul 2015 16:31:27 -0700 Subject: [PATCH] veyron_{mickey,romy}: s/BOARD_ID_AUTO/BOARD_ID_SUPPORT Commit 22a470 in ToT ("switch mainboards over to use BOARD_ID_AUTO") renamed BOARD_ID_SUPPORT to BOARD_ID_AUTO. When Mickey and Romy were added they used the new name which was then carried over to the firmware branch. BUG=none BRANCH=firmware-veyron TEST=built and booted on Mickey in FW branch, and now the correct kernel devicetree is used. Change-Id: I752a9bad8d03ff4e190c0c74134126a54355ee56 Signed-off-by: David Hendricks Reviewed-on: https://chromium-review.googlesource.com/284951 Reviewed-by: Gediminas Ramanauskas --- src/mainboard/google/veyron_mickey/Kconfig | 2 +- src/mainboard/google/veyron_romy/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/veyron_mickey/Kconfig b/src/mainboard/google/veyron_mickey/Kconfig index 8e85fe4ef4..956cd40874 100644 --- a/src/mainboard/google/veyron_mickey/Kconfig +++ b/src/mainboard/google/veyron_mickey/Kconfig @@ -21,7 +21,7 @@ if BOARD_GOOGLE_VEYRON_MICKEY config BOARD_SPECIFIC_OPTIONS # dummy def_bool y - select BOARD_ID_AUTO + select BOARD_ID_SUPPORT select BOARD_ROMSIZE_KB_4096 select CHROMEOS select CHROMEOS_VBNV_FLASH diff --git a/src/mainboard/google/veyron_romy/Kconfig b/src/mainboard/google/veyron_romy/Kconfig index 37528f0b63..2d66a9b7c4 100644 --- a/src/mainboard/google/veyron_romy/Kconfig +++ b/src/mainboard/google/veyron_romy/Kconfig @@ -21,7 +21,7 @@ if BOARD_GOOGLE_VEYRON_ROMY config BOARD_SPECIFIC_OPTIONS # dummy def_bool y - select BOARD_ID_AUTO + select BOARD_ID_SUPPORT select BOARD_ROMSIZE_KB_4096 select CHROMEOS select CHROMEOS_VBNV_FLASH