From patchwork Tue Oct 18 21:11:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,REPOST,3/3] tegra2: Enable CONFIG_SYS_RELATIVE_IMAGES From: Stephen Warren X-Patchwork-Id: 120516 Message-Id: <1318972311-673-3-git-send-email-swarren@nvidia.com> To: Wolfgang Denk Cc: afleming@gmail.com, Tom Warren , U-Boot Mailing List Date: Tue, 18 Oct 2011 15:11:51 -0600 v2: New patch Signed-off-by: Stephen Warren Acked-by: Simon Glass Tested-by: Simon Glass --- include/configs/tegra2-common.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 73e0f05..07546a4 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -136,6 +136,8 @@ #define CONFIG_SYS_LOAD_ADDR (0xA00800) /* default */ #define CONFIG_SYS_HZ 1000 +#define CONFIG_SYS_RELATIVE_IMAGES /* Support IH_TYPE_KERNEL_REL */ + /*----------------------------------------------------------------------- * Stack sizes *