Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498344
| From | Vignesh R <vigneshr@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot |
| Date | 2016-10-10 16:20 +0200 |
| Message-ID | <sqJAS-2hV-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
U-Boot SPI Boot image is now more than 512KB for Keystone2 devices and
cannot fit into existing partition. So, increase the SPI Flash partition
for U-Boot to 1MB for all Keystone2 devices.
Signed-off-by: Vignesh R <vigneshr@ti.com>
---
This was submitted to v4.9 merge window but was never picked up:
https://patchwork.kernel.org/patch/9135023/
arch/arm/boot/dts/keystone-k2e-evm.dts | 4 ++--
arch/arm/boot/dts/keystone-k2hk-evm.dts | 4 ++--
arch/arm/boot/dts/keystone-k2l-evm.dts | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts
index ae1ebe7ee021..08ca9dc6ef7c 100644
--- a/arch/arm/boot/dts/keystone-k2e-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2e-evm.dts
@@ -137,13 +137,13 @@
partition@0 {
label = "u-boot-spl";
- reg = <0x0 0x80000>;
+ reg = <0x0 0x100000>;
read-only;
};
partition@1 {
label = "misc";
- reg = <0x80000 0xf80000>;
+ reg = <0x100000 0xf00000>;
};
};
};
diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts
index 2156ff92d08f..369e1245f1ba 100644
--- a/arch/arm/boot/dts/keystone-k2hk-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts
@@ -161,13 +161,13 @@
partition@0 {
label = "u-boot-spl";
- reg = <0x0 0x80000>;
+ reg = <0x0 0x100000>;
read-only;
};
partition@1 {
label = "misc";
- reg = <0x80000 0xf80000>;
+ reg = <0x100000 0xf00000>;
};
};
};
diff --git a/arch/arm/boot/dts/keystone-k2l-evm.dts b/arch/arm/boot/dts/keystone-k2l-evm.dts
index 056b42f99d7a..63ae65987ca5 100644
--- a/arch/arm/boot/dts/keystone-k2l-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2l-evm.dts
@@ -110,13 +110,13 @@
partition@0 {
label = "u-boot-spl";
- reg = <0x0 0x80000>;
+ reg = <0x0 0x100000>;
read-only;
};
partition@1 {
label = "misc";
- reg = <0x80000 0xf80000>;
+ reg = <0x100000 0xf00000>;
};
};
};
--
2.10.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Vignesh R <vigneshr@ti.com> - 2016-10-10 16:20 +0200
Re: [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-10-10 16:40 +0200
Re: [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-10-10 18:10 +0200
Re: [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Vignesh R <vigneshr@ti.com> - 2016-10-12 13:20 +0200
Re: [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Vignesh R <vigneshr@ti.com> - 2016-10-12 13:10 +0200
Re: [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-10-12 14:00 +0200
csiph-web