]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/lh7a40x.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / lh7a40x.h
index c897a7ceeb5e38931132ceb1320d985972651c07..09a463c8414ad3e8ce41e98b7695a345d30f3135 100644 (file)
@@ -273,7 +273,7 @@ typedef struct {
 #define LH7A40X_GPIOINT_PTR     ((lh7a40x_gpioint_t*) LH7A40X_GPIOINT_BASE)
 
 /* Embedded SRAM */
-#define CFG_SRAM_BASE  (0xB0000000)
-#define CFG_SRAM_SIZE  (80*1024)       /* 80kB */
+#define CONFIG_SYS_SRAM_BASE   (0xB0000000)
+#define CONFIG_SYS_SRAM_SIZE   (80*1024)       /* 80kB */
 
 #endif  /* __LH7A40X_H__ */