aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.18
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 06:16:19 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 06:16:19 +0000
commitaff7fef99673b65fce30e613618ee11f4cb8f7b6 (patch)
treeaefdddb472782b5cdc8790e15ddf9d65fccd3f23 /target/linux/mcs814x/files-3.18
parentf4340c5f169975b5a3b44c16a5d717b23fefa614 (diff)
downloadmaster-187ad058-aff7fef99673b65fce30e613618ee11f4cb8f7b6.tar.gz
master-187ad058-aff7fef99673b65fce30e613618ee11f4cb8f7b6.tar.bz2
master-187ad058-aff7fef99673b65fce30e613618ee11f4cb8f7b6.zip
mcs814x: use firmware partition splitter on dLAN USB Extender
to avoid editing the dts every time the kernel size changes. uImage is now bigger than 1MB. Pad uImage to 64k erase block size. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/files-3.18')
-rw-r--r--target/linux/mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts b/target/linux/mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts
index 0c85b94c0a..59830e8843 100644
--- a/target/linux/mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts
+++ b/target/linux/mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts
@@ -48,14 +48,6 @@
reg = <0x40000 0x10000>;
};
partition@50000 {
- label = "kernel";
- reg = <0x50000 0x100000>;
- };
- partition@150000 {
- label = "rootfs";
- reg = <0x150000 0x3C0000>;
- };
- partition@50001 {
label = "linux";
reg = <0x50000 0x4C0000>;
};