
On 31 October 2014 02:55, Akshay Saraswat akshay.s@samsung.com wrote:
Since, not every board may have all memory channels configured and all available banks of DMC used, we wish to refactor configs for Memory Bank size and numbers as per board memory config. For Example, Peach-Pit has 2GB memory and will be using only 4 banks but Peach-Pi has 3.5GB memory and will be using all 7 available SDRAM banks.
Signed-off-by: Akshay Saraswat akshay.s@samsung.com
Changes since v2: - Rebased this patch
Changes since v1: - Rebased this patch
include/configs/exynos5420-common.h | 4 ---- include/configs/peach-pi.h | 4 ++++ include/configs/peach-pit.h | 4 ++++ include/configs/smdk5420.h | 4 ++++ 4 files changed, 12 insertions(+), 4 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Tested on Pi: Tested-by: Simon Glass sjg@chromium.org