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 <dhendrix@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/284951
Reviewed-by: Gediminas Ramanauskas <gedis@chromium.org>
This commit is contained in:
David Hendricks 2015-07-10 16:31:27 -07:00 committed by ChromeOS Commit Bot
commit 198a1c4457
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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