veyron: Rename "veyron" board to "veyron_pinky"
We retroactively decided to use the variant name "pinky" for the Rk3288 board we're currently bringing up, and retcon the unadorned "veyron" name to refer to the Rockchip evaluation board. Since we currently have no interest to maintain coreboot support for that board in our tree, let's rename everything to "veyron_pinky" and forget about "veyron". CQ-DEPEND=CL:217592 BUG=chrome-os-partner:30167 TEST='emerge-veyron libpayload coreboot' fails but 'emerge-veyron_pinky libpayload coreboot' succeeds. Change-Id: I88bf5cc2da7c2f969ea184b5f12affaa94045a06 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: aa8ec24b63d11798fec1993091b113a0c0938c7a Original-Change-Id: I366391efc8e0a7c610584b50cea331a0164da6f3 Original-Signed-off-by: Julius Werner <jwerner@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/217674 Original-Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/8869 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
19420c137c
commit
96221cf957
|
@ -59,8 +59,8 @@ config BOARD_GOOGLE_STORM
|
|||
bool "Storm"
|
||||
config BOARD_GOOGLE_STOUT
|
||||
bool "Stout"
|
||||
config BOARD_GOOGLE_VEYRON
|
||||
bool "Veyron"
|
||||
config BOARD_GOOGLE_VEYRON_PINKY
|
||||
bool "Veyron_Pinky"
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -83,7 +83,7 @@ source "src/mainboard/google/samus/Kconfig"
|
|||
source "src/mainboard/google/slippy/Kconfig"
|
||||
source "src/mainboard/google/storm/Kconfig"
|
||||
source "src/mainboard/google/stout/Kconfig"
|
||||
source "src/mainboard/google/veyron/Kconfig"
|
||||
source "src/mainboard/google/veyron_pinky/Kconfig"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string "Mainboard Vendor"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
if BOARD_GOOGLE_VEYRON
|
||||
if BOARD_GOOGLE_VEYRON_PINKY
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
|
@ -30,11 +30,11 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
default google/veyron
|
||||
default google/veyron_pinky
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "Veyron"
|
||||
default "Veyron_Pinky"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
|
@ -60,4 +60,4 @@ config DRAM_SIZE_MB
|
|||
int
|
||||
default 2048
|
||||
|
||||
endif # BOARD_GOOGLE_VEYRON
|
||||
endif # BOARD_GOOGLE_VEYRON_PINKY
|
Loading…
Reference in New Issue