From 9d23d1294498f069730aa3c0569825356543c027 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 4 Feb 2016 10:38:05 +0100 Subject: [PATCH] zynq: cc108: Information about memory is taken from DTS Remove unneeded macro from board file. Signed-off-by: Michal Simek --- include/configs/zynq_cc108.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/zynq_cc108.h b/include/configs/zynq_cc108.h index 274a88b2084..109722d499c 100644 --- a/include/configs/zynq_cc108.h +++ b/include/configs/zynq_cc108.h @@ -18,8 +18,6 @@ #ifndef __CONFIG_ZYNQ_CC108_H #define __CONFIG_ZYNQ_CC108_H -#define CONFIG_SYS_SDRAM_SIZE (512 * 1024 * 1024) - /* * UART is connected to EMIO, making it very likely that this board uses a * boot.bin which includes a bitstream, whose file size exceeds the default -- 2.47.3