From a70f12921f933a7b20e19f96d57b6895f3362b2e Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Tue, 29 Sep 2020 21:00:29 +0200 Subject: [PATCH] raspberrypiX-64: use u-boot as bootloader --- buildconf/raspberrypi3-64/local.conf.sample | 2 ++ buildconf/raspberrypi4-64/local.conf.sample | 2 ++ 2 files changed, 4 insertions(+) diff --git a/buildconf/raspberrypi3-64/local.conf.sample b/buildconf/raspberrypi3-64/local.conf.sample index f125771..377dd45 100644 --- a/buildconf/raspberrypi3-64/local.conf.sample +++ b/buildconf/raspberrypi3-64/local.conf.sample @@ -31,6 +31,8 @@ ENABLE_UART = "1" ENABLE_SPI_BUS = "1" ENABLE_I2C = "1" +RPI_USE_U_BOOT = "1" + INHERIT += "rm_work" INHERIT += "own-mirrors" diff --git a/buildconf/raspberrypi4-64/local.conf.sample b/buildconf/raspberrypi4-64/local.conf.sample index f125771..377dd45 100644 --- a/buildconf/raspberrypi4-64/local.conf.sample +++ b/buildconf/raspberrypi4-64/local.conf.sample @@ -31,6 +31,8 @@ ENABLE_UART = "1" ENABLE_SPI_BUS = "1" ENABLE_I2C = "1" +RPI_USE_U_BOOT = "1" + INHERIT += "rm_work" INHERIT += "own-mirrors"