summaryrefslogtreecommitdiffstats
path: root/board/keymile
diff options
context:
space:
mode:
authorPascal Linder <pascal.linder@edu.hefr.ch>2019-07-09 09:28:21 +0200
committerStefan Roese <sr@denx.de>2019-08-12 09:12:38 +0200
commit432579c4d1ee89da7322ff11f0424360df2b0d95 (patch)
tree2fd17187ba6fd517303b4c1b5826f5a19ee807c6 /board/keymile
parent707f06f331096161d2ece57634cb816e46d1878a (diff)
downloadu-boot-432579c4d1ee89da7322ff11f0424360df2b0d95.tar.gz
u-boot-432579c4d1ee89da7322ff11f0424360df2b0d95.tar.xz
u-boot-432579c4d1ee89da7322ff11f0424360df2b0d95.zip
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h
index 859d9130a9..42b760dc6e 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);