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: I366391efc8e0a7c610584b50cea331a0164da6f3
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/217674
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Julius Werner 2014-09-10 15:10:45 -07:00 committed by chrome-internal-fetch
commit aa8ec24b63
16 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
CONFIG_VENDOR_GOOGLE=y
CONFIG_BOARD_GOOGLE_VEYRON=y
CONFIG_BOARD_GOOGLE_VEYRON_PINKY=y
CONFIG_COREBOOT_ROMSIZE_KB_1024=y
# CONFIG_CONSOLE_SERIAL is not set
CONFIG_COLLECT_TIMESTAMPS=y

View file

@ -179,13 +179,13 @@ config BOARD_GOOGLE_URARA
Google Urara mainboard.
Urara is an embedded device running on MIPS platorm
based on the Danube SOC.
config BOARD_GOOGLE_VEYRON
bool "Veyron"
config BOARD_GOOGLE_VEYRON_PINKY
bool "Veyron_Pinky"
help
Google Veyron mainboard.
Enable this config to select the Google Veyron mainboard.
Veyron is a Chrome OS mainboard.
Veyron is based on the Rockchip RK3288 platform.
Google Veyron_Pinky mainboard.
Enable this config to select the Google Veyron_Pinky mainboard.
Veyron_Pinky is a Chrome OS mainboard.
Veyron_Pinky is based on the Rockchip RK3288 platform.
endchoice
@ -211,7 +211,7 @@ source "src/mainboard/google/slippy/Kconfig"
source "src/mainboard/google/storm/Kconfig"
source "src/mainboard/google/stout/Kconfig"
source "src/mainboard/google/urara/Kconfig"
source "src/mainboard/google/veyron/Kconfig"
source "src/mainboard/google/veyron_pinky/Kconfig"
config MAINBOARD_VENDOR
string "Mainboard Vendor"

View file

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