mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 06:01:26 +02:00
arm64: zynqmp: Fix Kconfig entry indentation
Use tabs instead of space for entry indentation which is standard coding style. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ff28e719de82258c066f1fedae87f88597f367b5.1698302068.git.michal.simek@amd.com
This commit is contained in:
parent
0d3399dfd8
commit
a156b6ce0f
@ -100,30 +100,30 @@ config SPL_ZYNQMP_DRAM_ECC_INIT
|
|||||||
config SPL_ZYNQMP_DRAM_BANK1_BASE
|
config SPL_ZYNQMP_DRAM_BANK1_BASE
|
||||||
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
||||||
hex "DRAM Bank1 address"
|
hex "DRAM Bank1 address"
|
||||||
default 0x00000000
|
default 0x00000000
|
||||||
help
|
help
|
||||||
Start address of DRAM ECC bank1
|
Start address of DRAM ECC bank1
|
||||||
|
|
||||||
config SPL_ZYNQMP_DRAM_BANK1_LEN
|
config SPL_ZYNQMP_DRAM_BANK1_LEN
|
||||||
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
||||||
hex "DRAM Bank1 size"
|
hex "DRAM Bank1 size"
|
||||||
default 0x80000000
|
default 0x80000000
|
||||||
help
|
help
|
||||||
Size in bytes of the DRAM ECC bank1
|
Size in bytes of the DRAM ECC bank1
|
||||||
|
|
||||||
config SPL_ZYNQMP_DRAM_BANK2_BASE
|
config SPL_ZYNQMP_DRAM_BANK2_BASE
|
||||||
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
||||||
hex "DRAM Bank2 address"
|
hex "DRAM Bank2 address"
|
||||||
default 0x800000000
|
default 0x800000000
|
||||||
help
|
help
|
||||||
Start address of DRAM ECC bank2
|
Start address of DRAM ECC bank2
|
||||||
|
|
||||||
config SPL_ZYNQMP_DRAM_BANK2_LEN
|
config SPL_ZYNQMP_DRAM_BANK2_LEN
|
||||||
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
depends on SPL_ZYNQMP_DRAM_ECC_INIT
|
||||||
hex "DRAM Bank2 size"
|
hex "DRAM Bank2 size"
|
||||||
default 0x0
|
default 0x0
|
||||||
help
|
help
|
||||||
Size in bytes of the DRAM ECC bank2. A null size takes no action.
|
Size in bytes of the DRAM ECC bank2. A null size takes no action.
|
||||||
|
|
||||||
config SYS_MALLOC_F_LEN
|
config SYS_MALLOC_F_LEN
|
||||||
default 0x600
|
default 0x600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user