diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-02-02 21:25:09 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-06 12:07:46 -0700 |
commit | ba877efb802edb7080703e4dd99e51a437e44f26 (patch) | |
tree | 70c38525936649c7d2ab12d72ac2128c4d5747c2 | |
parent | 1b15fac15d9720b4a31a54fe07fd181ff0a28a80 (diff) | |
download | u-boot-imx-ba877efb802edb7080703e4dd99e51a437e44f26.zip u-boot-imx-ba877efb802edb7080703e4dd99e51a437e44f26.tar.gz u-boot-imx-ba877efb802edb7080703e4dd99e51a437e44f26.tar.bz2 |
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>
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2370c32..fef11f3 100644 --- a/arch/x86/Kconfig +++ b/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 |