From c74eb151bac6fe3e2f51679ca2c60fcace20fd68 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 8 Jul 2017 09:20:13 +0200 Subject: [PATCH] Fix u-boot/include/configs/db12x.h --- u-boot/include/configs/db12x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/configs/db12x.h b/u-boot/include/configs/db12x.h index 742d761..f41f989 100644 --- a/u-boot/include/configs/db12x.h +++ b/u-boot/include/configs/db12x.h @@ -251,7 +251,7 @@ * For upgrade scripts in environment * ================================== */ -#if !defined(CONFIG_FOR_ENGENIUS_ENS202EXT) +#if !defined(CONFIG_FOR_ENGENIUS_ENS202EXT) ||\ !defined(CONFIG_FOR_YUNCORE_CPE870) #define CONFIG_UPG_UBOOT_SIZE_BACKUP_HEX 0x20000 #endif -- 2.25.1