x86: Use tab instead of space to indent in PCIE_ECAM_BASE
Space is used before 'default' in PCIE_ECAM_BASE in arch/x86/Kconfig so it looks misaligned. Replace the space with tab to indent. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1b15fac15d
commit
ba877efb80
|
|
@ -428,7 +428,7 @@ source "board/intel/galileo/Kconfig"
|
||||||
|
|
||||||
config PCIE_ECAM_BASE
|
config PCIE_ECAM_BASE
|
||||||
hex
|
hex
|
||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
help
|
help
|
||||||
This is the memory-mapped address of PCI configuration space, which
|
This is the memory-mapped address of PCI configuration space, which
|
||||||
is only available through the Enhanced Configuration Access
|
is only available through the Enhanced Configuration Access
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue