From e9b57f6d498f8d404262a2453da44acc24c27c1d Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 9 Apr 2010 09:27:09 +0900 Subject: [PATCH] recovery: add some comments Signed-off-by: Minkyu Kang --- recovery/board/samsung/universal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recovery/board/samsung/universal/Makefile b/recovery/board/samsung/universal/Makefile index 42e7b32..d66d906 100644 --- a/recovery/board/samsung/universal/Makefile +++ b/recovery/board/samsung/universal/Makefile @@ -13,8 +13,10 @@ include $(TOPDIR)/config.mk +# Recovery block' size should be 1 block (256K) +# Recovery block includes the onenand_ipl(16K), so actual size is 240K TEXT_BASE = 0xD0020000 -TEXT_BASE_128K = 0xD003C000 +# 256K - 16K(IPL Size) TEXT_BASE_256K = 0xD005C000 LDSCRIPT= $(TOPDIR)/recovery/board/$(BOARDDIR)/recovery.lds -- 2.7.4