From aca141f1b9ddb9726d84cb2fcf68336ce636fdb2 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sat, 18 May 2024 09:58:56 +0200 Subject: [PATCH] khadas-vim3: fix stray closing brace in board file - a stray closing brace, meant for the function, that ends up doing the wrong config change --- config/boards/khadas-vim3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/khadas-vim3.conf b/config/boards/khadas-vim3.conf index 95500f2371..c80ebc6c4e 100644 --- a/config/boards/khadas-vim3.conf +++ b/config/boards/khadas-vim3.conf @@ -57,5 +57,5 @@ function post_config_uboot_target__extra_configs_for_khadas_vim3() { run_host_command_logged scripts/config --enable CONFIG_CMD_WGET run_host_command_logged scripts/config --enable CONFIG_CMD_DNS run_host_command_logged scripts/config --enable CONFIG_PROT_TCP - run_host_command_logged scripts/config --enable CONFIG_PROT_TCP_SACK} + run_host_command_logged scripts/config --enable CONFIG_PROT_TCP_SACK }