X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Fr2dplus.h;h=8931b974aa24a8b36e310b50fe8acac334a0b9ea;hb=7c966a8bdfdab80cafbfed035d7ae6ea6f58f756;hp=804e3b846092dafc36eae5c75b7e5c737b5afdd0;hpb=8dd29c87ba370072a8464b8cc19e0a1e6e0497b4;p=u-boot diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 804e3b8460..8931b974aa 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -80,7 +80,7 @@ * SuperH Clock setting */ #define CONFIG_SYS_CLK_FREQ 60000000 -#define TMU_CLK_DIVIDER 4 +#define CONFIG_SYS_TMU_CLK_DIV 4 #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */ @@ -123,7 +123,5 @@ */ #define CONFIG_NET_MULTI #define CONFIG_RTL8139 -#define _IO_BASE 0x00000000 -#define KSEG1ADDR(x) (x) #endif /* __CONFIG_H */