diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2011-04-18 22:12:33 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-12 23:04:55 +0200 |
commit | 2cc195e0a5690bf022631ae420767e5b91c37476 (patch) | |
tree | b68f197c85571c7c2a21b66b5f0a40f685f07a33 /include/configs/a320evb.h | |
parent | 31c1bdd93d0c7a6f2c242573761724f75e2647bc (diff) | |
download | u-boot-imx-2cc195e0a5690bf022631ae420767e5b91c37476.zip u-boot-imx-2cc195e0a5690bf022631ae420767e5b91c37476.tar.gz u-boot-imx-2cc195e0a5690bf022631ae420767e5b91c37476.tar.bz2 |
Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments
commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 left remnants of
many comments about CONFIG_SYS_GBL_DATA_SIZE.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Diffstat (limited to 'include/configs/a320evb.h')
-rw-r--r-- | include/configs/a320evb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 0527822..dfab0f4 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -113,10 +113,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024) /*----------------------------------------------------------------------- - * size in bytes reserved for initial data -*/ - -/*----------------------------------------------------------------------- * SDRAM controller configuration */ #define CONFIG_SYS_FTSDMC020_TP0 (FTSDMC020_TP0_TRAS(2) | \ |