* [PATCH] powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards
@ 2009-10-16 16:47 Anton Vorontsov
2009-11-05 13:30 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Anton Vorontsov @ 2009-10-16 16:47 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev
u-boot partition size should be 0x80000 (512 KB), not 0x8000 (32 KB).
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---
arch/powerpc/boot/dts/mpc8377_wlan.dts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8377_wlan.dts b/arch/powerpc/boot/dts/mpc8377_wlan.dts
index 9a60369..9ea7830 100644
--- a/arch/powerpc/boot/dts/mpc8377_wlan.dts
+++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts
@@ -67,7 +67,7 @@
device-width = <1>;
partition@0 {
- reg = <0 0x8000>;
+ reg = <0 0x80000>;
label = "u-boot";
read-only;
};
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards
2009-10-16 16:47 [PATCH] powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards Anton Vorontsov
@ 2009-11-05 13:30 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2009-11-05 13:30 UTC (permalink / raw)
To: Anton Vorontsov; +Cc: linuxppc-dev
On Oct 16, 2009, at 11:47 AM, Anton Vorontsov wrote:
> u-boot partition size should be 0x80000 (512 KB), not 0x8000 (32 KB).
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> arch/powerpc/boot/dts/mpc8377_wlan.dts | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
applied to merge
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-05 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16 16:47 [PATCH] powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards Anton Vorontsov
2009-11-05 13:30 ` Kumar Gala
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).