From d8efac02bf9927524f613bddde1bec52e31f923c Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 15 Nov 2022 13:09:42 +0100 Subject: [PATCH] u-boot-dey: move dualboot boot script to common ccmp1 folder to fix ccmp13 build By default ccmp1 platforms have dualboot mode by default, however the required boot script was added to ccmp15 platform only, so this commit fixes it. Signed-off-by: Arturo Buzarra --- .../u-boot/u-boot-dey/{ccmp15-dvk => ccmp1}/altboot.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/{ccmp15-dvk => ccmp1}/altboot.txt (100%) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp15-dvk/altboot.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/altboot.txt similarity index 100% rename from meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp15-dvk/altboot.txt rename to meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/altboot.txt