From 9d5e065be4d0c87b91847258f4ec73929499c273 Mon Sep 17 00:00:00 2001 From: Dorian Snyder Date: Thu, 29 May 2014 23:24:59 -0700 Subject: [PATCH] galaxys2-common: this family of devices do not have a separate recovery partition Change-Id: I3fd55b82e0f0655f50d821579f7c412ed24d3928 --- BoardCommonConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index fc71e7d..63042df 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -45,6 +45,7 @@ TARGET_BOOTLOADER_BOARD_NAME := smdk4210 TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true +TARGET_NO_SEPARATE_RECOVERY := true TARGET_PROVIDES_INIT := true TARGET_PROVIDES_INIT_TARGET_RC := true