From 432579c4d1ee89da7322ff11f0424360df2b0d95 Mon Sep 17 00:00:00 2001 From: Pascal Linder Date: Tue, 9 Jul 2019 09:28:21 +0200 Subject: km: remove obsolete definitions in KM header files After moving the KM specific configurations to Kconfig, the associated preprocessor definitions can now be removed in the headers. Moreover, the whitelist has been adapted correspondingly. Signed-off-by: Pascal Linder Signed-off-by: Holger Brunck Signed-off-by: Stefan Roese --- board/keymile/common/common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/keymile') diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index 859d9130a93..42b760dc6ef 100644 --- a/board/keymile/common/common.h +++ b/board/keymile/common/common.h @@ -120,10 +120,6 @@ struct bfticu_iomap { u8 pb_dbug; }; -#if !defined(CONFIG_PIGGY_MAC_ADRESS_OFFSET) -#define CONFIG_PIGGY_MAC_ADRESS_OFFSET 0 -#endif - int ethernet_present(void); int ivm_read_eeprom(unsigned char *buf, int len); int ivm_analyze_eeprom(unsigned char *buf, int len); -- cgit v1.2.3