From 555910b45ab5146b9d20a24911400ee7ca7ae1e3 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 14 Jun 2016 21:32:51 +0200 Subject: [PATCH] Remove some old and not needed anymore defines from configs --- u-boot/include/configs/ap143.h | 3 --- u-boot/include/configs/db12x.h | 4 ---- 2 files changed, 7 deletions(-) diff --git a/u-boot/include/configs/ap143.h b/u-boot/include/configs/ap143.h index b99c816..537c130 100644 --- a/u-boot/include/configs/ap143.h +++ b/u-boot/include/configs/ap143.h @@ -321,8 +321,6 @@ #define CFG_INIT_SP_OFFSET 0x1000 #define CONFIG_INIT_SRAM_SP_OFFSET 0xbd001800 -/* For Merlin, both PCI, PCI-E interfaces are valid */ -#define ATH_ART_PCICFG_OFFSET 12 /* use eth1(LAN) as the net interface */ #define CONFIG_AG7240_SPEPHY #define CONFIG_NET_MULTI @@ -331,7 +329,6 @@ defined(CONFIG_FOR_TPLINK_WR802N) ||\ defined(CONFIG_FOR_TPLINK_WR841N_V9) ||\ defined(CONFIG_FOR_WALLYS_DR531) - #define WLANCAL 0x9fff1000 #define BOARDCAL 0x9fff0000 #endif #define CFG_MII0_RMII 1 diff --git a/u-boot/include/configs/db12x.h b/u-boot/include/configs/db12x.h index 0d6cb27..3b6f88e 100644 --- a/u-boot/include/configs/db12x.h +++ b/u-boot/include/configs/db12x.h @@ -274,10 +274,6 @@ "fi\0" \ SILENT_ENV_VARIABLE -/* For Merlin, both PCI, PCI-E interfaces are valid */ -#define AR7240_ART_PCICFG_OFFSET 12 - -#define WLANCAL 0x9fff1000 #define CFG_MII0_RMII 1 #define CFG_BOOTM_LEN (16 << 20) /* 16 MB */ -- 2.25.1