diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-28 18:51:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 18:51:16 -0400 |
commit | bbcacdf4cd23f2e5deb9ef916096c956c955243d (patch) | |
tree | 3065b9346139a0f30bc3f9e77f1ee27e8fba3fdd /board/compulab/common/eeprom.h | |
parent | 22ecb12132a2de80a08654f139ff978176034c38 (diff) | |
parent | 537892065ac1428a48193d4b0fa7bf827e8d0d44 (diff) |
Merge branch '2021-07-28-build-improvements'
- Assorted Makefile cleanups
- A few code / build cleanups
Diffstat (limited to 'board/compulab/common/eeprom.h')
-rw-r--r-- | board/compulab/common/eeprom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/common/eeprom.h b/board/compulab/common/eeprom.h index a9c0203b81..51c8acf3b8 100644 --- a/board/compulab/common/eeprom.h +++ b/board/compulab/common/eeprom.h @@ -10,7 +10,7 @@ #define _EEPROM_ #include <errno.h> -#ifdef CONFIG_SYS_I2C +#ifdef CONFIG_SYS_I2C_LEGACY int cl_eeprom_read_mac_addr(uchar *buf, uint eeprom_bus); u32 cl_eeprom_get_board_rev(uint eeprom_bus); int cl_eeprom_get_product_name(uchar *buf, uint eeprom_bus); |