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>
master
Bin Meng 10 years ago committed by Simon Glass
parent 1b15fac15d
commit ba877efb80
  1. 2
      arch/x86/Kconfig

@ -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…
Cancel
Save