commit | 2a1f4f1758b55589395f90f583aacb07ae6fcafe | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Sun Jul 22 08:12:14 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 28 11:58:10 2018 -0400 |
tree | 58ebe6c6ed100a0bbcadcf9274c915f3d1ed493d | |
parent | 725dcf5a67a09f2a13a1ff0341d9e08d2b3242fb [diff] |
Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" This reverts commit 5e5745465c94605720295fab942eacbdd215db90. The reverted commit didn't support the scenario where there are less DRAM banks in U-Boot than in Linux. Also, it didn't introduce any new functionality, only limitaion. User could just increase MEMORY_BANKS_MAX if it's too small. Reviewed-by: Simon Glass <sjg@chromium.org>