mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ source "board/intel/galileo/Kconfig"
|
|||
|
||||
config PCIE_ECAM_BASE
|
||||
hex
|
||||
default 0xe0000000
|
||||
default 0xe0000000
|
||||
help
|
||||
This is the memory-mapped address of PCI configuration space, which
|
||||
is only available through the Enhanced Configuration Access
|
||||
|
|
Loading…
Add table
Reference in a new issue