diff mbox

[U-Boot,3/3] tegra2: Enable CONFIG_SYS_RELATIVE_IMAGES

Message ID 1318349751-23798-3-git-send-email-swarren@nvidia.com
State Superseded
Headers show

Commit Message

Stephen Warren Oct. 11, 2011, 4:15 p.m. UTC
v2: New patch

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 include/configs/tegra2-common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Stephen Warren Oct. 18, 2011, 6:09 p.m. UTC | #1
Stephen Warren wrote at Tuesday, October 11, 2011 10:16 AM:
> v2: New patch
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

Wolfgang,

Does this new patch series look good?

It doesn't look like patch 1/3 (the cleanup patch for pre-existing
checkpatch failures) ever made it to the mailing list; it was deemed too
large and held for moderation, but was never accepted. How should I handle
this?

Thanks.
Wolfgang Denk Oct. 18, 2011, 8:41 p.m. UTC | #2
Dear Stephen,

In message <74CDBE0F657A3D45AFBB94109FB122FF173CA2CBE8@HQMAIL01.nvidia.com> you wrote:
>
> Does this new patch series look good?

"tegra2" prefix means ARM, so this has to go through Albert's tree.


> It doesn't look like patch 1/3 (the cleanup patch for pre-existing
> checkpatch failures) ever made it to the mailing list; it was deemed too
> large and held for moderation, but was never accepted. How should I handle
> this?

I don't think I rejected it.  Did you receive a reject message?

In any case: please resubmit.

Best regards,

Wolfgang Denk
diff mbox

Patch

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
  *