commit | 5dbf2f0de79e8e36b61e2bff759d04447ba15b1a | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Aug 17 21:38:08 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Aug 23 12:40:27 2022 +0200 |
tree | d5ee6b6f12bbfddf21ff0bcd151a87ec8f444055 | |
parent | d9055e8656644a182de1da0abd0d6d363124751a [diff] |
board: lsxl: disable eth0 The board has only one network interface. The linux kernel will gracefully skip a the ethernet interface if no connected PHY could be probed. u-boot on the other hand will throw an error message. The kernel device tree is about to be fixed. For now, just disable the ethernet interface in our -u-boot.dtsi. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Stefan Roese <sr@denx.de>