From 1cc0c74c2e1983c2f62d7d94706ace22769c83df Mon Sep 17 00:00:00 2001 From: Mantas Pucka Date: Wed, 29 Oct 2014 17:21:10 +0200 Subject: [PATCH] Add missing build option for reset workaround --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 19e08e821c..46907e307f 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ export COMPRESSED_UBOOT=0 export FLASH_SIZE=16 export NEW_DDR_TAP_CAL=1 export CONFIG_HORNET_XTAL=40 +export CONFIG_HORNET_1_1_WAR=1 export CARABOOT_RELEASE=v2.1-dev IMAGEPATH=$(BUILD_TOPDIR)/bin