diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:58 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 9c5df7a2a9f72ee397a67c2f19476566a35d7c18 (patch) | |
tree | 3d93af511fb2792737f7b45dbdac6d97b3757da3 /scripts | |
parent | 30915ab95d9a95328623010390d94da1325529f9 (diff) | |
download | u-boot-9c5df7a2a9f72ee397a67c2f19476566a35d7c18.zip u-boot-9c5df7a2a9f72ee397a67c2f19476566a35d7c18.tar.gz u-boot-9c5df7a2a9f72ee397a67c2f19476566a35d7c18.tar.bz2 |
mpc83xx: Migrate LBLAW_* to Kconfig
The LBLAW_* values determine the window configuration of the memory
controller. Hence, they must be known at compile time, and cannot be
implemented in the DT mechanism.
Configuration of this crucial variable should still be somewhat
comfortable. Hence, make its fields configurable in Kconfig, and
assemble the final value from these.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 4f0e9f7..8473c36 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3208,22 +3208,6 @@ CONFIG_SYS_LBC_NONCACHE_BASE CONFIG_SYS_LBC_SDRAM_BASE CONFIG_SYS_LBC_SDRAM_BASE_PHYS CONFIG_SYS_LBC_SDRAM_SIZE -CONFIG_SYS_LBLAWAR0_PRELIM -CONFIG_SYS_LBLAWAR1_PRELIM -CONFIG_SYS_LBLAWAR2_PRELIM -CONFIG_SYS_LBLAWAR3_PRELIM -CONFIG_SYS_LBLAWAR4_PRELIM -CONFIG_SYS_LBLAWAR5_PRELIM -CONFIG_SYS_LBLAWAR6_PRELIM -CONFIG_SYS_LBLAWAR7_PRELIM -CONFIG_SYS_LBLAWBAR0_PRELIM -CONFIG_SYS_LBLAWBAR1_PRELIM -CONFIG_SYS_LBLAWBAR2_PRELIM -CONFIG_SYS_LBLAWBAR3_PRELIM -CONFIG_SYS_LBLAWBAR4_PRELIM -CONFIG_SYS_LBLAWBAR5_PRELIM -CONFIG_SYS_LBLAWBAR6_PRELIM -CONFIG_SYS_LBLAWBAR7_PRELIM CONFIG_SYS_LB_SDRAM CONFIG_SYS_LCD_BASE CONFIG_SYS_LCRR_CLKDIV |