From 36e862da175798b7a52b8cee48444bf19bcaf26b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 29 Oct 2014 20:50:40 +0000 Subject: lantiq: vgv7519: fix board_config on dts, read mac address and set Signed-off-by: Eddi De Pieri SVN-Revision: 43109 --- target/linux/lantiq/dts/VGV7519NOR.dts | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'target/linux/lantiq/dts/VGV7519NOR.dts') diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts index 744efe6e34..355a90c94c 100644 --- a/target/linux/lantiq/dts/VGV7519NOR.dts +++ b/target/linux/lantiq/dts/VGV7519NOR.dts @@ -17,12 +17,15 @@ label = "uboot"; reg = <0x00000 0x40000>; }; - + partition@40000 { + label = "board_config"; + reg = <0x40000 0x10000>; + read-only; + }; partition@60000 { label = "uboot_env"; reg = <0x60000 0x10000>; }; - partition@80000 { label = "firmware"; reg = <0x80000 0xf80000>; @@ -30,12 +33,6 @@ // 0x1b0000 - 0x1000000 : rootfs (squashfs) // 0x390000 - 0x1000000 : rootfs_data }; - - partition@1f80000 { - label = "board_config"; - reg = <0x40000 0x10000>; - read-only; - }; }; }; }; -- cgit v1.2.3