From e9c32bad6e9f7dcf226c9c91cb84f458af0847a5 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 11 Mar 2021 19:12:54 +0100 Subject: v7a: Add support for Raspberry Pi CM3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- configs/platform-v7a/projectroot/loader/entries/rpicm3.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/platform-v7a/projectroot/loader/entries/rpicm3.conf (limited to 'configs/platform-v7a/projectroot') diff --git a/configs/platform-v7a/projectroot/loader/entries/rpicm3.conf b/configs/platform-v7a/projectroot/loader/entries/rpicm3.conf new file mode 100644 index 0000000..ada8d99 --- /dev/null +++ b/configs/platform-v7a/projectroot/loader/entries/rpicm3.conf @@ -0,0 +1,6 @@ +title Raspberry Pi CM3 - Pengutronix-DistroKit +version 4.6 +options rootwait rw +linux /boot/zImage +devicetree /boot/bcm2837-rpi-cm3-io3.dtb +linux-appendroot true -- cgit v1.2.3