From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 12 Sep 2010 21:08:48 +0200 Subject: [U-Boot] [PATCH] 4xx: add missing CONFIG_SYS_SRAM_SIZE definition In-Reply-To: <1284234005-9658-1-git-send-email-wd@denx.de> References: <1281512311-30701-1-git-send-email-wd@denx.de> <1284234005-9658-1-git-send-email-wd@denx.de> Message-ID: <20100912190848.DFCF415242D@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <1284234005-9658-1-git-send-email-wd@denx.de> you wrote: > A number of boards define CONFIG_SYS_SRAM_BASE but fail to define > CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that > prints this information with the bdinfo command. > > Add the missing deinitions. > > Signed-off-by: Wolfgang Denk > Cc: Stefan Roese > --- > include/configs/bubinga.h | 1 + > include/configs/canyonlands.h | 1 + > include/configs/intip.h | 1 + > include/configs/luan.h | 1 + > include/configs/t3corp.h | 1 + > 5 files changed, 5 insertions(+), 0 deletions(-) Applied to "next" branch.