[U-Boot] [PATCH v2 REPOST 3/3] tegra2: Enable CONFIG_SYS_RELATIVE_IMAGES

Stephen Warren swarren at nvidia.com
Tue Oct 18 23:11:51 CEST 2011


v2: New patch

Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
 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
  *
-- 
1.7.0.4



More information about the U-Boot mailing list