From a077b7eefd019ad9c67f79a97c343e8afd7631cd Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 12 Feb 2017 13:31:29 +0100 Subject: [PATCH] Disable U-Boot env upgrade script for COMFAST devices --- u-boot/include/configs/ap143.h | 1 + 1 file changed, 1 insertion(+) diff --git a/u-boot/include/configs/ap143.h b/u-boot/include/configs/ap143.h index a2a48ed..d934c1a 100644 --- a/u-boot/include/configs/ap143.h +++ b/u-boot/include/configs/ap143.h @@ -344,6 +344,7 @@ #undef CONFIG_CMD_DHCP #undef CONFIG_CMD_LOADB #undef CONFIG_CMD_SNTP + #undef CONFIG_UPG_SCRIPTS_UBOOT #endif /* -- 2.25.1