diff options
Diffstat (limited to 'board/vscom/baltos')
-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 2c91e9fac4..cea25f8c90 100644 --- a/board/vscom/baltos/board.c +++ b/board/vscom/baltos/board.c @@ -285,7 +285,6 @@ int ft_board_setup(void *blob, struct bd_info *bd) mac_addr[4] = header.MAC1[4]; mac_addr[5] = header.MAC1[5]; - node = fdt_path_offset(blob, "ethernet0"); if (node < 0) { printf("no ethernet0 path offset\n"); |