diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-06 10:37:21 +0300 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-25 03:23:01 +0200 |
commit | 5962b4ce9c87f8d34bfc00b14820645ab8281e5f (patch) | |
tree | 4a221ffdf6a7447ee58aafafb487398d882528ea /src/mainboard/lenovo/Kconfig | |
parent | 6a63c8cf5c6de6121e3a2306d7a26c568f97fa23 (diff) |
Use spelling LENOVO troughout instead of using Lenovo sometimes
Change-Id: Ia4060831236d72f880eeff6263ada40cf195fb12
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7180
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index c3ba61b65c..d13fa86df2 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -63,6 +63,6 @@ source "src/mainboard/lenovo/t60/Kconfig" config MAINBOARD_VENDOR string - default "Lenovo" + default "LENOVO" endif # VENDOR_LENOVO |