diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-09-20 19:42:15 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-26 16:49:29 +0000 |
commit | 752d447b617730748886d55844bd3c0ffb40db04 (patch) | |
tree | dbac7e7bedc820f7eebe152a8faa00cfb0de19f5 /src/mainboard/winnet | |
parent | 297b8392bcc699c2faee8c3d3ef0daf957d369e8 (diff) | |
download | coreboot-752d447b617730748886d55844bd3c0ffb40db04.tar.xz |
mainboard/winnet/g170: drop the redundant vendor name
"WinNET WinNET G170" doesn't look too cool :(
Change-Id: Iae0a8725645b9d6321b64ccbad10633e0049d477
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-on: https://review.coreboot.org/21612
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/winnet')
-rw-r--r-- | src/mainboard/winnet/g170/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/winnet/g170/Kconfig b/src/mainboard/winnet/g170/Kconfig index bd56336b43..d4827529bc 100644 --- a/src/mainboard/winnet/g170/Kconfig +++ b/src/mainboard/winnet/g170/Kconfig @@ -33,7 +33,7 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER string - default "WinNET G170" + default "G170" config IRQ_SLOT_COUNT int |