commit | 37fdd6a229199e5efd9753c4008256c1b103b99c | [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 | ec4c394fcfe290a1d2d555f6cecc17aae04ce43c [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>