]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gth2/lowlevel_init.S
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / gth2 / lowlevel_init.S
index 4c4f0ebd2dcf6165c95783d201106692e58c5b80..bc31c00531204a4807281b9b28aad53a8ff8ad5f 100644 (file)
@@ -6,7 +6,7 @@
 #include <asm/mipsregs.h>
 
 #define CP0_Config0            $16
-#define MEM_1MS                        ((CFG_MHZ) * 1000)
+#define MEM_1MS                        ((CONFIG_SYS_MHZ) * 1000)
 #define GPIO_RJ1LY     (1<<22)
 #define GPIO_CFRESET   (1<<10)