diff options
author | Martin Roth <gaumless@gmail.com> | 2023-01-10 10:25:58 -0700 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-01-15 17:57:31 +0000 |
commit | dd7a04e7d7827ae6463462d809c37415b5e2cfef (patch) | |
tree | c802063933da52c98e1f20bbbbf7fbd0c34e1c25 | |
parent | 7fd39ffbddedf86f22b1c05b49d9ee35073ec348 (diff) |
mb/bostentech: Update name in Kconfig
The Bostentech mainboard appears out of order - this can be fixed either
by renaming the mainboard to start with S, or by the simpler method
used here by putting the mainboard directory name as the main name, then
noting that the full name is "Shenzhen Bostrontium Teng Technology".
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I31b4c663b68cdcde2d175f080f011f2998e56074
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71777
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r-- | src/mainboard/bostentech/Kconfig.name | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/bostentech/Kconfig.name b/src/mainboard/bostentech/Kconfig.name index 619b526924..aa85b7c483 100644 --- a/src/mainboard/bostentech/Kconfig.name +++ b/src/mainboard/bostentech/Kconfig.name @@ -1,2 +1,2 @@ config VENDOR_BOSTENTECH - bool "Shenzhen Bostrontium Teng Technology" + bool "Bostentech (Shenzhen Bostrontium Teng Technology)" |