From 83607e7bcb1c9ba1bd8efe4b8b0cd5af85306fe5 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 27 Mar 2025 11:57:59 +0100 Subject: [PATCH] rename config.txt to diya-config.txt --- recipes-bsp/u-boot/files/boot.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/files/boot.cmd b/recipes-bsp/u-boot/files/boot.cmd index 7f6705a..57295c4 100644 --- a/recipes-bsp/u-boot/files/boot.cmd +++ b/recipes-bsp/u-boot/files/boot.cmd @@ -18,8 +18,8 @@ itest.b *0x10028 == 0x03 && echo "U-boot loaded from SPI" echo "Boot script loaded from ${devtype}" -if test -e ${devtype} ${devnum} config.txt; then - load ${devtype} ${devnum} ${load_addr} config.txt +if test -e ${devtype} ${devnum} diya-config.txt; then + load ${devtype} ${devnum} ${load_addr} diya-config.txt env import -t ${load_addr} ${filesize} fi