From 67e271537746edd86aa4143a435896315c7a88a3 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 1 Nov 2020 09:52:21 +0100 Subject: v7a: generate image for sama5d27 SOM1 Evaluation Kit With the previous barebox and kernel changes, we can combine it with the DistroKit-v7a rootfs to get an image to boot on the sama5d27-som1-ek. Do this. Signed-off-by: Ahmad Fatoum [rebased to master] Signed-off-by: Robert Schwebel --- .../platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf (limited to 'configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf') diff --git a/configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf b/configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf new file mode 100644 index 0000000..3cbcf54 --- /dev/null +++ b/configs/platform-v7a/projectroot/loader/entries/sama5d27-som1-ek.conf @@ -0,0 +1,6 @@ +title PTXdist - Pengutronix-DistroKit +version @VERSION@ +options rootwait +linux /boot/zImage +devicetree /boot/at91-sama5d27_som1_ek.dtb +linux-appendroot true -- cgit v1.2.3