* [PATCH] ARM: SAMSUNG: Removed redunt zreladdr in Makefile.boot
@ 2010-09-02 23:27 Kukjin Kim
2010-09-03 7:42 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2010-09-02 23:27 UTC (permalink / raw)
To: linux-arm-kernel
Because can be calculated ZREADDR now, removed redunt zreladdr
definitions in each Makefile.boot of Samsung architectures.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
---
arch/arm/mach-s3c2410/Makefile.boot | 2 --
arch/arm/mach-s3c64xx/Makefile.boot | 1 -
arch/arm/mach-s5p6440/Makefile.boot | 1 -
arch/arm/mach-s5p6442/Makefile.boot | 1 -
arch/arm/mach-s5pc100/Makefile.boot | 1 -
arch/arm/mach-s5pv210/Makefile.boot | 1 -
arch/arm/mach-s5pv310/Makefile.boot | 1 -
7 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/arch/arm/mach-s3c2410/Makefile.boot b/arch/arm/mach-s3c2410/Makefile.boot
index 58c1dd7..69dbda1 100644
--- a/arch/arm/mach-s3c2410/Makefile.boot
+++ b/arch/arm/mach-s3c2410/Makefile.boot
@@ -1,7 +1,5 @@
ifeq ($(CONFIG_PM_H1940),y)
- zreladdr-y := 0x30108000
params_phys-y := 0x30100100
else
- zreladdr-y := 0x30008000
params_phys-y := 0x30000100
endif
diff --git a/arch/arm/mach-s3c64xx/Makefile.boot b/arch/arm/mach-s3c64xx/Makefile.boot
index ba41fdc..b6349bd 100644
--- a/arch/arm/mach-s3c64xx/Makefile.boot
+++ b/arch/arm/mach-s3c64xx/Makefile.boot
@@ -1,2 +1 @@
- zreladdr-y := 0x50008000
params_phys-y := 0x50000100
diff --git a/arch/arm/mach-s5p6440/Makefile.boot b/arch/arm/mach-s5p6440/Makefile.boot
index ff90aa1..9a79532 100644
--- a/arch/arm/mach-s5p6440/Makefile.boot
+++ b/arch/arm/mach-s5p6440/Makefile.boot
@@ -1,2 +1 @@
- zreladdr-y := 0x20008000
params_phys-y := 0x20000100
diff --git a/arch/arm/mach-s5p6442/Makefile.boot b/arch/arm/mach-s5p6442/Makefile.boot
index ff90aa1..9a79532 100644
--- a/arch/arm/mach-s5p6442/Makefile.boot
+++ b/arch/arm/mach-s5p6442/Makefile.boot
@@ -1,2 +1 @@
- zreladdr-y := 0x20008000
params_phys-y := 0x20000100
diff --git a/arch/arm/mach-s5pc100/Makefile.boot b/arch/arm/mach-s5pc100/Makefile.boot
index ff90aa1..9a79532 100644
--- a/arch/arm/mach-s5pc100/Makefile.boot
+++ b/arch/arm/mach-s5pc100/Makefile.boot
@@ -1,2 +1 @@
- zreladdr-y := 0x20008000
params_phys-y := 0x20000100
diff --git a/arch/arm/mach-s5pv210/Makefile.boot b/arch/arm/mach-s5pv210/Makefile.boot
index ff90aa1..9a79532 100644
--- a/arch/arm/mach-s5pv210/Makefile.boot
+++ b/arch/arm/mach-s5pv210/Makefile.boot
@@ -1,2 +1 @@
- zreladdr-y := 0x20008000
params_phys-y := 0x20000100
diff --git a/arch/arm/mach-s5pv310/Makefile.boot b/arch/arm/mach-s5pv310/Makefile.boot
index d65956f..85644bc 100644
--- a/arch/arm/mach-s5pv310/Makefile.boot
+++ b/arch/arm/mach-s5pv310/Makefile.boot
@@ -1,2 +1 @@
- zreladdr-y := 0x40008000
params_phys-y := 0x40000100
--
1.6.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: SAMSUNG: Removed redunt zreladdr in Makefile.boot
2010-09-02 23:27 [PATCH] ARM: SAMSUNG: Removed redunt zreladdr in Makefile.boot Kukjin Kim
@ 2010-09-03 7:42 ` Russell King - ARM Linux
2010-09-03 21:36 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2010-09-03 7:42 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 03, 2010 at 08:27:23AM +0900, Kukjin Kim wrote:
> Because can be calculated ZREADDR now, removed redunt zreladdr
> definitions in each Makefile.boot of Samsung architectures.
I'd suggest holding off on this. CONFIG_ZRELADDR has a few problems
at the moment that need fixing - and if there's no movement to fix
them, it'll be reverted.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: SAMSUNG: Removed redunt zreladdr in Makefile.boot
2010-09-03 7:42 ` Russell King - ARM Linux
@ 2010-09-03 21:36 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2010-09-03 21:36 UTC (permalink / raw)
To: linux-arm-kernel
Russell King wrote:
>
Hi ;-)
> On Fri, Sep 03, 2010 at 08:27:23AM +0900, Kukjin Kim wrote:
> > Because can be calculated ZREADDR now, removed redunt zreladdr
> > definitions in each Makefile.boot of Samsung architectures.
>
> I'd suggest holding off on this. CONFIG_ZRELADDR has a few problems
> at the moment that need fixing - and if there's no movement to fix
> them, it'll be reverted.
Ok...And I will check its progress in the mailing list.
Have a nice weekend.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-03 21:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 23:27 [PATCH] ARM: SAMSUNG: Removed redunt zreladdr in Makefile.boot Kukjin Kim
2010-09-03 7:42 ` Russell King - ARM Linux
2010-09-03 21:36 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).