From 1a691f101632955a994a0198fc5498b108e97fbc Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 15:42:15 +0800 Subject: rm include/configs --- include/configs/tqma6_wru4.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 include/configs/tqma6_wru4.h (limited to 'include/configs/tqma6_wru4.h') diff --git a/include/configs/tqma6_wru4.h b/include/configs/tqma6_wru4.h deleted file mode 100644 index 0af52e5..0000000 --- a/include/configs/tqma6_wru4.h +++ /dev/null @@ -1,33 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2015 Stefan Roese - */ - -#ifndef __CONFIG_TQMA6_WRU4_H -#define __CONFIG_TQMA6_WRU4_H - -/* Ethernet */ -#define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_ETHPRIME "FEC" -#define CONFIG_FEC_MXC_PHYADDR 0x01 -#define CONFIG_PHY_SMSC - -/* UART */ -#define CONFIG_MXC_UART_BASE UART4_BASE -#define CONSOLE_DEV "ttymxc3" - -/* Watchdog */ - -/* Config on-board RTC */ -#define CONFIG_RTC_DS1337 -#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_RTC_DS1337_NOOSC - -/* LED */ - -/* Bootcounter */ -#define CONFIG_SYS_BOOTCOUNT_BE - -#endif /* __CONFIG_TQMA6_WRU4_H */ -- cgit v1.2.3