X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fbmips_bcm6362.h;h=443ee470107fea5d31c5879a7c2381cb0dc2a524;hb=4db386655a889b6466d2c3f40839ad21205c6d21;hp=0c94b2c5254390c87321bf572f820e1d660551b7;hpb=c5e7003aa86e1bfc7371d41509e8d34cafdfeb6c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/bmips_bcm6362.h b/include/configs/bmips_bcm6362.h index 0c94b2c..443ee47 100644 --- a/include/configs/bmips_bcm6362.h +++ b/include/configs/bmips_bcm6362.h @@ -8,23 +8,13 @@ #include -/* CPU */ -#define CONFIG_SYS_MIPS_TIMER_FREQ 200000000 - /* RAM */ -#define CONFIG_SYS_SDRAM_BASE 0x80000000 - -/* USB */ -#define CONFIG_SYS_OHCI_SWAP_REG_ACCESS -#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 -#if defined(CONFIG_USB_OHCI_HCD) -#define CONFIG_USB_OHCI_NEW -#endif /* CONFIG_USB_OHCI_HCD */ +#define CFG_SYS_SDRAM_BASE 0x80000000 /* U-Boot */ #if defined(CONFIG_BMIPS_BOOT_RAM) -#define CONFIG_SYS_INIT_SP_OFFSET SZ_8K +#define CFG_SYS_INIT_SP_OFFSET SZ_8K #endif #endif /* __CONFIG_BMIPS_BCM6362_H */