diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-24 11:28:49 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-25 09:07:02 +0000 |
commit | e515515e2e02575972b487a2dc2dd5b779ebf370 (patch) | |
tree | c9ddb909c7a6b4ac451ec38f4e1f01231a4698ee | |
parent | 68072049193f34aea6e10d9abb3c07286eb94fc9 (diff) |
mb/libretrend/Kconfig: Remove duplicated string
Change-Id: Iab19538e1f5a74b714cb2a34855d9717315b9018
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r-- | src/mainboard/libretrend/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/libretrend/Kconfig b/src/mainboard/libretrend/Kconfig index 7e1eacdd71..0612ec7fb3 100644 --- a/src/mainboard/libretrend/Kconfig +++ b/src/mainboard/libretrend/Kconfig @@ -10,7 +10,6 @@ endchoice source "src/mainboard/libretrend/*/Kconfig" config MAINBOARD_VENDOR - string "Mainboard Vendor" default "Libretrend" endif # VENDOR_LIBRETREND |