mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 22:51:52 +00:00
configs: Migrate CONFIG_NR_DRAM_BANKS
We have the following cases: - CONFIG_NR_DRAM_BANKS was defined, migrate normally - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for CONFIG_NR_DRAM_BANKS after a check, just migrate it over now. - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 + 2), set this to 8. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
999a772d9f
commit
86cf1c8285
1017 changed files with 746 additions and 334 deletions
|
@ -1409,8 +1409,6 @@ CONFIG_NO_ETH
|
|||
CONFIG_NO_RELOCATION
|
||||
CONFIG_NO_WAIT
|
||||
CONFIG_NR_CPUS
|
||||
CONFIG_NR_DRAM_BANKS
|
||||
CONFIG_NR_DRAM_BANKS_MAX
|
||||
CONFIG_NR_DRAM_POPULATED
|
||||
CONFIG_NS16550_MIN_FUNCTIONS
|
||||
CONFIG_NS8382X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue