diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-12-01 12:52:16 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-05 11:04:40 -0500 |
commit | a970727067f10a0bbe5836695dc91c7cbccc6e5b (patch) | |
tree | ba0e558c4ede213e06a58257e9a21b287251c00b /board/vscom/baltos/board.c | |
parent | a3a23c97b624fd580a9c5cda3f902af1fc17c801 (diff) | |
download | u-boot-a970727067f10a0bbe5836695dc91c7cbccc6e5b.tar.gz |
arm: baltos: remove TI board leftover
Remove unneeded pinmux configurations and TI EEPROM struct.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/vscom/baltos/board.c')
-rw-r--r-- | board/vscom/baltos/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c index 27056e195a..dbf79a5b1d 100644 --- a/board/vscom/baltos/board.c +++ b/board/vscom/baltos/board.c @@ -415,7 +415,6 @@ int board_eth_init(bd_t *bis) int rv, n = 0; uint8_t mac_addr[6]; uint32_t mac_hi, mac_lo; - __maybe_unused struct am335x_baseboard_id header; /* * Note here that we're using CPSW1 since that has a 1Gbit PHY while |