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
This commit is contained in:
Ricardo Pardini
2024-05-18 09:58:56 +02:00
committed by Igor
parent 40371934d2
commit aca141f1b9

View File

@@ -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
}