X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=include%2Fconfigs%2Ftqma6_wru4.h;h=24b62e701c10f6d5e92d0b5c0a41d2b40a129136;hp=a378406659574f5ae4ebf15f95cec54cadd783a0;hb=39bcbb7740b099b487b20ff6e345eb790a85712c;hpb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da diff --git a/include/configs/tqma6_wru4.h b/include/configs/tqma6_wru4.h index a378406659..24b62e701c 100644 --- a/include/configs/tqma6_wru4.h +++ b/include/configs/tqma6_wru4.h @@ -7,10 +7,6 @@ #ifndef __CONFIG_TQMA6_WRU4_H #define __CONFIG_TQMA6_WRU4_H -/* DTT sensors */ -#define CONFIG_DTT_SENSORS { 0, 1 } -#define CONFIG_SYS_DTT_BUS_NUM 2 - /* Ethernet */ #define CONFIG_FEC_XCV_TYPE RMII #define CONFIG_ETHPRIME "FEC" @@ -33,20 +29,11 @@ #define CONFIG_SYS_RTC_BUS_NUM 2 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* Turn off RTC square-wave output to save battery */ -#define CONFIG_SYS_RTC_DS1337_NOOSC -#define CONFIG_CMD_DATE +#define CONFIG_RTC_DS1337_NOOSC /* LED */ /* Bootcounter */ -#define CONFIG_BOOTCOUNT_LIMIT -#define CONFIG_SYS_BOOTCOUNT_ADDR IRAM_BASE_ADDR #define CONFIG_SYS_BOOTCOUNT_BE -/* - * Remove all unused interfaces / commands that are defined in - * the common header tqms6.h - */ -#undef CONFIG_MXC_SPI - #endif /* __CONFIG_TQMA6_WRU4_H */