From a19f7f9ecb6388e1950eb2df6c7aa4dbba8e6c5d Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Sat, 24 Jan 2026 16:29:40 +0100 Subject: [PATCH] board/ti/common/am6xx: remove debug flag from post-build script Remove the '-x' option from the shebang, which was a leftover from the debugging phase and not intended for the final submission. Signed-off-by: Dario Binacchi Signed-off-by: Julien Olivain (cherry picked from commit d2dcd7547c9dc4357e588cf5425ccd6242d91cf8) Signed-off-by: Thomas Perale --- board/ti/common/am6xx/post-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/ti/common/am6xx/post-build.sh b/board/ti/common/am6xx/post-build.sh index d066e28fd0..e3ff4d7f12 100755 --- a/board/ti/common/am6xx/post-build.sh +++ b/board/ti/common/am6xx/post-build.sh @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh # genimage will need to find the extlinux.conf # in the binaries directory