[U-Boot] [PATCH] 4xx: add missing CONFIG_SYS_SRAM_SIZE definition

Wolfgang Denk wd at denx.de
Sun Sep 12 21:08:48 CEST 2010


In message <1284234005-9658-1-git-send-email-wd at 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 <wd at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> ---
>  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.


More information about the U-Boot mailing list