summaryrefslogtreecommitdiff
path: root/include/configs/snapper9g45.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/snapper9g45.h')
-rw-r--r--include/configs/snapper9g45.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h
index 9b1cb372ec..b7aa49ce43 100644
--- a/include/configs/snapper9g45.h
+++ b/include/configs/snapper9g45.h
@@ -15,16 +15,16 @@
#include <linux/sizes.h>
/* ARM asynchronous clock */
-#define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
-#define CONFIG_SYS_AT91_SLOW_CLOCK 32768
+#define CFG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
+#define CFG_SYS_AT91_SLOW_CLOCK 32768
/* CPU */
/* SDRAM */
#define CFG_SYS_SDRAM_BASE ATMEL_BASE_CS6
#define CFG_SYS_SDRAM_SIZE (128 * 1024 * 1024) /* 64MB */
-#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
-#define CONFIG_SYS_INIT_RAM_ADDR ATMEL_BASE_SRAM
+#define CFG_SYS_INIT_RAM_SIZE 0x1000
+#define CFG_SYS_INIT_RAM_ADDR ATMEL_BASE_SRAM
/* Mem test settings */