diff options
author | John Crispin <john@openwrt.org> | 2014-10-06 20:08:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-06 20:08:30 +0000 |
commit | c085d07ee3b18bbbf702325ebfd726e08f836ad8 (patch) | |
tree | 7dd9ee7ec4916123b49aa60ef3dca59bf1f40e9f /target/linux/lantiq/dts/VGV7519NOR.dts | |
parent | 6a961da2318a808c2d8a041d530a03fa9542d735 (diff) | |
download | upstream-c085d07ee3b18bbbf702325ebfd726e08f836ad8.tar.gz upstream-c085d07ee3b18bbbf702325ebfd726e08f836ad8.tar.bz2 upstream-c085d07ee3b18bbbf702325ebfd726e08f836ad8.zip |
lantiq - vgv7519: load rt5362 eeprom from bootloader param patition
SVN-Revision: 42824
Diffstat (limited to 'target/linux/lantiq/dts/VGV7519NOR.dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519NOR.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts index 283aa19bf4..744efe6e34 100644 --- a/target/linux/lantiq/dts/VGV7519NOR.dts +++ b/target/linux/lantiq/dts/VGV7519NOR.dts @@ -30,6 +30,12 @@ // 0x1b0000 - 0x1000000 : rootfs (squashfs) // 0x390000 - 0x1000000 : rootfs_data }; + + partition@1f80000 { + label = "board_config"; + reg = <0x40000 0x10000>; + read-only; + }; }; }; }; |