summaryrefslogtreecommitdiffstats
path: root/board/freescale/common/sys_eeprom.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2008-01-15 13:42:41 -0600
committerJon Loeliger <jdl@freescale.com>2008-01-16 12:05:05 -0600
commitad8f8687b78c3e917b173f038926695383c55555 (patch)
tree06444e1c48b7b404a23fb337b75584e0274c5c47 /board/freescale/common/sys_eeprom.c
parent7c2221eb230372a9e537c4f6636b147b0909325f (diff)
downloadtalos-obmc-uboot-ad8f8687b78c3e917b173f038926695383c55555.tar.gz
talos-obmc-uboot-ad8f8687b78c3e917b173f038926695383c55555.zip
FSL: Convert board/freescale/common/Makefile to use CONFIG_
Convert the board/freescale/common/Makefile to use CONFIG_* options to select which files to conditionally compile into the board/freescale/common library rather than conditionally compiling entire files. Now handles:: CONFIG_FSL_PIXIS CONFIG_FSL_DIU_FB CONFIG_PQ_MDS_PIB CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/freescale/common/sys_eeprom.c')
-rw-r--r--board/freescale/common/sys_eeprom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/common/sys_eeprom.c b/board/freescale/common/sys_eeprom.c
index 7bc663bba4..bb91e67262 100644
--- a/board/freescale/common/sys_eeprom.c
+++ b/board/freescale/common/sys_eeprom.c
@@ -27,7 +27,6 @@
#include <i2c.h>
#include <linux/ctype.h>
-#ifdef CFG_ID_EEPROM
typedef struct {
unsigned char id[4]; /* 0x0000 - 0x0003 */
unsigned char sn[12]; /* 0x0004 - 0x000F */
@@ -253,4 +252,3 @@ int mac_read_from_eeprom(void)
}
return 0;
}
-#endif /* CFG_ID_EEPROM */
OpenPOWER on IntegriCloud