From 59d123167c2ea1ce9cda2272a5d45b5150f78250 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 8 Jul 2017 09:21:11 +0200 Subject: [PATCH] Really 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 f41f989..095d7f8 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