diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-09 14:30:27 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-11 10:22:25 +0000 |
commit | e2856be0983682589bd84a7f98a0fc6ce8d13e46 (patch) | |
tree | f087e176050ce3db60543138b5649b0a8c4b9a0b /src/mainboard | |
parent | f26b2e5c918197edfa32a8a6b32fa3634cf2da5c (diff) |
mb/amd/mandolin/Kconfig: Remove unneeded whitespace before tab
Change-Id: I2b52c32a607386cdc1ca00531eda4dfc0bfaab1e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50430
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/mandolin/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig index 7c9387a144..1e933c862e 100644 --- a/src/mainboard/amd/mandolin/Kconfig +++ b/src/mainboard/amd/mandolin/Kconfig @@ -43,8 +43,8 @@ endchoice config SUPERIO_ADDR_BASE hex - default 0x4e if SMSC_SIO1036_BASE_4E - default 0x164e if SMSC_SIO1036_BASE_164E + default 0x4e if SMSC_SIO1036_BASE_4E + default 0x164e if SMSC_SIO1036_BASE_164E config CBFS_SIZE hex |