diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:16:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:16:19 +0000 |
commit | c0d0cb6d28f172e811a49701df62d174181bdba3 (patch) | |
tree | f2c637dd2dad63c113c9149e12d89492e31d3886 /target/linux/mcs814x/files-3.18/arch | |
parent | d8ec3ee77dcdda2daec796c6385ae3d22eb4b185 (diff) | |
download | upstream-c0d0cb6d28f172e811a49701df62d174181bdba3.tar.gz upstream-c0d0cb6d28f172e811a49701df62d174181bdba3.tar.bz2 upstream-c0d0cb6d28f172e811a49701df62d174181bdba3.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>
SVN-Revision: 46648
Diffstat (limited to 'target/linux/mcs814x/files-3.18/arch')
-rw-r--r-- | target/linux/mcs814x/files-3.18/arch/arm/boot/dts/dlan-usb-extender.dts | 8 |
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>; }; |