X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmt7620.h;h=d5bd492634844fa419c068e90763769d203eff25;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=049d9a1b55bb33587951238b7d7e73ede9b8cdcb;hpb=9ff4ce8abc627b8696c9bd6fd726dd1dbf4b9a5c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mt7620.h b/include/configs/mt7620.h index 049d9a1..d5bd492 100644 --- a/include/configs/mt7620.h +++ b/include/configs/mt7620.h @@ -8,17 +8,15 @@ #ifndef __CONFIG_MT7620_H #define __CONFIG_MT7620_H -#define CONFIG_SYS_MIPS_TIMER_FREQ 290000000 +#define CFG_SYS_SDRAM_BASE 0x80000000 -#define CONFIG_SYS_SDRAM_BASE 0x80000000 - -#define CONFIG_SYS_INIT_SP_OFFSET 0x400000 +#define CFG_SYS_INIT_SP_OFFSET 0x400000 /* SPL */ -#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE +#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE /* Dummy value */ -#define CONFIG_SYS_UBOOT_BASE 0 +#define CFG_SYS_UBOOT_BASE 0 #endif /* __CONFIG_MT7620_H */