diff options
Diffstat (limited to 'include/configs/spear-common.h')
-rw-r--r-- | include/configs/spear-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 63a5b703bfa..269ce7e0f3b 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -11,7 +11,6 @@ * Common configurations used for both spear3xx as well as spear6xx */ - /* U-Boot Load Address */ #define CONFIG_SYS_TEXT_BASE 0x00700000 @@ -176,7 +175,6 @@ "console=ttyAMA0,115200 $(othbootargs);" \ CONFIG_BOOTCOMMAND - #define CONFIG_ENV_SIZE 0x02000 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |