diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-01 07:29:49 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-12-04 07:03:17 +0100 |
commit | d9d838bc97c5acabebf27ac2a760e7301d0b3625 (patch) | |
tree | 5092f4e4dc28e8c658dd01cd3c44c30ca1a66a0a /target/linux/lantiq/dts/EASY50712.dts | |
parent | abedd718aa99193d17f37b281ca3f2452c1bcc23 (diff) | |
download | upstream-d9d838bc97c5acabebf27ac2a760e7301d0b3625.tar.gz upstream-d9d838bc97c5acabebf27ac2a760e7301d0b3625.tar.bz2 upstream-d9d838bc97c5acabebf27ac2a760e7301d0b3625.zip |
lantiq: fix image validation errors
The boards did not have the name set that is expected during metadata
validation on sysupgrade.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/EASY50712.dts')
-rw-r--r-- | target/linux/lantiq/dts/EASY50712.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/EASY50712.dts b/target/linux/lantiq/dts/EASY50712.dts index 28fc66b983..9afcb75e38 100644 --- a/target/linux/lantiq/dts/EASY50712.dts +++ b/target/linux/lantiq/dts/EASY50712.dts @@ -3,6 +3,8 @@ #include "danube.dtsi" / { + model = "EASY50712 - Intel EASY50712 Nand"; + chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; }; |