diff options
author | Martin Schiller <ms@dev.tdt.de> | 2021-07-20 09:47:59 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-07-25 13:52:38 +0200 |
commit | 3f97a04e6c92ddd46f86cc202fd0f0f0857692d1 (patch) | |
tree | dc8d68e919e2834852ccf8bfbf9dbf89b9640f95 | |
parent | cdb5acac20a2c68d82db380ca65a6894b07416fb (diff) | |
download | upstream-3f97a04e6c92ddd46f86cc202fd0f0f0857692d1.tar.gz upstream-3f97a04e6c92ddd46f86cc202fd0f0f0857692d1.tar.bz2 upstream-3f97a04e6c92ddd46f86cc202fd0f0f0857692d1.zip |
layerscape: fix config restore for FRWY-LS1046A
commit 2c2d77bd3bd4 ("layerscape: add FRWY-LS1046A board support")
missed to add an entry to the 79_move_config preinit script.
Therefore, the config transfer on sysupgrade wass broken for this device.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
-rw-r--r-- | target/linux/layerscape/base-files/lib/preinit/79_move_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/base-files/lib/preinit/79_move_config b/target/linux/layerscape/base-files/lib/preinit/79_move_config index d691fa99f1..901a289b66 100644 --- a/target/linux/layerscape/base-files/lib/preinit/79_move_config +++ b/target/linux/layerscape/base-files/lib/preinit/79_move_config @@ -11,6 +11,7 @@ move_config() { fsl,ls1021a-iot-sdboot | \ fsl,ls1021a-twr-sdboot | \ fsl,ls1043a-rdb-sdboot | \ + fsl,ls1046a-frwy-sdboot | \ fsl,ls1046a-rdb-sdboot | \ fsl,ls1088a-rdb-sdboot) if [ -b $BOOTPART ]; then |