diff options
Diffstat (limited to 'include/configs/CPC45.h')
-rw-r--r-- | include/configs/CPC45.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index 6a88d26511d..17282aad613 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -151,9 +151,6 @@ * Definitions for initial stack pointer and data area */ -/* Size in bytes reserved for initial data - */ - #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |