From fa79721f3da4d1b31de83240ac8b41ee072a946c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 12 Jun 2018 15:00:38 +0000 Subject: [PATCH] Fix boot problems with RPi 3+ Signed-off-by: Pascal Vizeli --- buildroot-external/board/raspberrypi/rpi3-64/uboot.config | 2 ++ buildroot-external/board/raspberrypi/rpi3/uboot.config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/buildroot-external/board/raspberrypi/rpi3-64/uboot.config b/buildroot-external/board/raspberrypi/rpi3-64/uboot.config index 22cdb3a31..146b73e26 100644 --- a/buildroot-external/board/raspberrypi/rpi3-64/uboot.config +++ b/buildroot-external/board/raspberrypi/rpi3-64/uboot.config @@ -1,3 +1,5 @@ CONFIG_TARGET_RPI_3=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b" +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y diff --git a/buildroot-external/board/raspberrypi/rpi3/uboot.config b/buildroot-external/board/raspberrypi/rpi3/uboot.config index 487219591..33ccec60d 100644 --- a/buildroot-external/board/raspberrypi/rpi3/uboot.config +++ b/buildroot-external/board/raspberrypi/rpi3/uboot.config @@ -1,3 +1,5 @@ CONFIG_TARGET_RPI_3_32B=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b" +CONFIG_PHYLIB=y +CONFIG_USB_ETHER_LAN78XX=y