From 4223840bdb7ee9ed5b30f5fb51609b73f4047621 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 6 Feb 2023 14:39:55 +0100 Subject: boot.cmd.in: fix setupargs fallback When setupargs is not already set we set it using a fallback. Remove escaping of the value set as we do want variables evaluated here. Signed-off-by: Max Krummenacher (cherry picked from commit 66b323f88297c78eadf3e014d26aca2edf484204) --- recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in index 65542ee..8d23984 100644 --- a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in +++ b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in @@ -70,7 +70,7 @@ fi if test -n ${setup}; then run setup else - env set setupargs 'console=tty1 console=${console},${baudrate} consoleblank=0' + env set setupargs console=tty1 console=${console},${baudrate} consoleblank=0 fi if test -n ${kernel_comp_addr_r}; then -- cgit v1.2.3