From 6ea3b8856d656752c0310ca237ed99e7451be83b Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Thu, 7 May 2009 21:10:41 -0700 Subject: [PATCH] core: Recovery image should have the custom kernel base as well. Signed-off-by: Dima Zavin --- core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/Makefile b/core/Makefile index 18baa46a47..3f08f0e8cb 100644 --- a/core/Makefile +++ b/core/Makefile @@ -650,6 +650,9 @@ INTERNAL_RECOVERYIMAGE_ARGS := \ ifdef BOARD_KERNEL_CMDLINE INTERNAL_RECOVERYIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)" endif +ifdef BOARD_KERNEL_BASE + INTERNAL_RECOVERYIMAGE_ARGS += --base $(BOARD_KERNEL_BASE) +endif # Keys authorized to sign OTA packages this build will accept. The # build always uses test-keys for this; release packaging tools will