diff options
author | Pascal Linder | 2019-07-09 09:28:21 +0200 |
---|---|---|
committer | Stefan Roese | 2019-08-12 09:12:38 +0200 |
commit | 432579c4d1ee89da7322ff11f0424360df2b0d95 (patch) | |
tree | 2fd17187ba6fd517303b4c1b5826f5a19ee807c6 /board/keymile | |
parent | 707f06f331096161d2ece57634cb816e46d1878a (diff) |
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 <pascal.linder@edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/keymile')
-rw-r--r-- | board/keymile/common/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |