[1/2] board/ti/common/am6xx: remove debug flag from post-build script

Message ID 20260124152941.902168-1-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/2] board/ti/common/am6xx: remove debug flag from post-build script
Related show

Commit Message

Dario Binacchi Jan. 24, 2026, 3:29 p.m. UTC
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 <dario.binacchi@amarulasolutions.com>
---
 board/ti/common/am6xx/post-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

'Julien Olivain' via Amarula Linux Jan. 25, 2026, 9:48 p.m. UTC | #1
On 24/01/2026 16:29, Dario Binacchi wrote:
> 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 <dario.binacchi@amarulasolutions.com>

Series applied to master, thanks.

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.

Patch

diff --git a/board/ti/common/am6xx/post-build.sh b/board/ti/common/am6xx/post-build.sh
index d066e28fd0d5..e3ff4d7f12ce 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