commit | 8e4ed9a01c2318b24d7042d08c39ce948dee2c38 | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Tue Apr 30 10:22:00 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri May 17 14:43:29 2013 -0400 |
tree | 416a39058e351b5ea42fd871152b448460704043 | |
parent | 1658c11db457530738103d36158bad7f1622f2a8 [diff] |
fdt_support: Use CONFIG_NR_DRAM_BANKS if defined It appears that there are some cases where we have more than 4 banks of memory. Use CONFIG_NR_DRAM_BANKS if it's defined to handle this. This will take up a little extra stack space (64 bytes extra if we go up to 8 banks), but that seems OK. Signed-off-by: Doug Anderson <dianders@chromium.org>