aboutsummaryrefslogtreecommitdiff
path: root/board/ti/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:40:49 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:48 -0600
commit0fc85aa34df41a3a27e8e854cc725796129afdd4 (patch)
treed7755925e99a6c1456ae308883a5f933fad4818c /board/ti/common
parent6a7185887b83a5cc334c7ce5bd65970381b2f4ce (diff)
downloadu-boot-0fc85aa34df41a3a27e8e854cc725796129afdd4.zip
u-boot-0fc85aa34df41a3a27e8e854cc725796129afdd4.tar.gz
u-boot-0fc85aa34df41a3a27e8e854cc725796129afdd4.tar.bz2
global: Audit usage of <eeprom.h>
The file include/eeprom.h is used only in some legacy non-DM I2C EEPROM access cases. Remove most inclusions of this file as they are not needed. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/common')
-rw-r--r--board/ti/common/board_detect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/common/board_detect.c b/board/ti/common/board_detect.c
index 38e23cc..644df3b 100644
--- a/board/ti/common/board_detect.c
+++ b/board/ti/common/board_detect.c
@@ -8,7 +8,6 @@
*/
#include <common.h>
-#include <eeprom.h>
#include <log.h>
#include <net.h>
#include <asm/arch/hardware.h>