aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-06-05 21:48:48 -0600
committerEdward O'Callaghan <edward.ocallaghan@koparo.com>2015-06-07 03:01:53 +0200
commited271d3ca382d6eb32478c8ddf4d4edbb06052cf (patch)
tree0d8be27d83b8273cfa93d7534ac8c507bef5c45f
parent5650fbe7f1e1609126c11eb663ad2cb0944f8700 (diff)
veyron_mickey: Update board name to uppercase
Change the Kconfig board name symbol to uppercase to match other symbols and to match the capitalization in the Kconfig file where it's used in an expression. Change-Id: I04ccb57cc15a6d7430f8d04136beb8384caa6c04 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10440 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
-rw-r--r--src/mainboard/google/veyron_mickey/Kconfig.name2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_mickey/Kconfig.name b/src/mainboard/google/veyron_mickey/Kconfig.name
index 622b10f6c4..7e787422e0 100644
--- a/src/mainboard/google/veyron_mickey/Kconfig.name
+++ b/src/mainboard/google/veyron_mickey/Kconfig.name
@@ -1,2 +1,2 @@
-config BOARD_GOOGLE_VEYRON_Mickey
+config BOARD_GOOGLE_VEYRON_MICKEY
bool "Veyron_Mickey"