diff options
author | Martin Roth <martinroth@google.com> | 2016-09-29 14:46:24 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-30 23:57:02 +0200 |
commit | 311fb696cfa6644ca82dca3e1ea825401779db51 (patch) | |
tree | 8e304653a904088f9ca15104c5617eb947ab1733 /src/mainboard/google/smaug | |
parent | 48a0129d974bdd676f5c2ef7c2349c3e86ba8132 (diff) |
Kconfig: Prefix hex defaults with 0x
Because these variables had "non-hexidecimal" defaults, they
were updated by kconfig when writing defconfig files.
Change-Id: Ic1a070d340708f989157ad18ddc79de7bb92d873
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16827
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/smaug')
-rw-r--r-- | src/mainboard/google/smaug/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/smaug/Kconfig b/src/mainboard/google/smaug/Kconfig index 15ff2b3fc4..665545325b 100644 --- a/src/mainboard/google/smaug/Kconfig +++ b/src/mainboard/google/smaug/Kconfig @@ -85,7 +85,7 @@ config DRIVER_TPM_I2C_ADDR config EC_GOOGLE_CHROMEEC_I2C_BUS hex - default 1 + default 0x1 config EC_GOOGLE_CHROMEEC_BOARDNAME string |