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:
parent
69ef55166e
commit
198a1c4457
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue