UPSTREAM: purism/librem13v1: Rename librem13 to librem13v1
A simple rename of the directory and the config values
and string in Kconfig/Kconfig.name/board_info.txt
It will be less confusing for users since the first models
are referred to as 'v1' everywhere now.
BUG=none
BRANCH=none
TEST=none
Change-Id: I7a5bc84a564a6e75f0be9b34957ec09031fd368c
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 3c0d7d21ef
Original-Change-Id: I23fa977717230c2001868741bb684e9633a2c0bb
Original-Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm>
Original-Reviewed-on: https://review.coreboot.org/19931
Original-Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Original-Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://chromium-review.googlesource.com/531201
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
43f407c789
commit
815390c173
17 changed files with 6 additions and 6 deletions
|
|
@ -1,2 +0,0 @@
|
|||
config BOARD_PURISM_LIBREM13
|
||||
bool "Librem 13"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
if BOARD_PURISM_LIBREM13
|
||||
if BOARD_PURISM_LIBREM13_V1
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
|
|
@ -31,11 +31,11 @@ config HAVE_ME_BIN
|
|||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
default purism/librem13
|
||||
default purism/librem13v1
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "Librem 13"
|
||||
default "Librem 13 v1"
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
2
src/mainboard/purism/librem13v1/Kconfig.name
Normal file
2
src/mainboard/purism/librem13v1/Kconfig.name
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
config BOARD_PURISM_LIBREM13_V1
|
||||
bool "Librem 13 v1"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Category: laptop
|
||||
Vendor name: Purism
|
||||
Board name: Librem 13
|
||||
Board name: Librem 13 v1
|
||||
Board URL: https://puri.sm/librem-13/
|
||||
ROM package: SOIC8
|
||||
ROM protocol: SPI
|
||||
Loading…
Add table
Add a link
Reference in a new issue