From 3f97a04e6c92ddd46f86cc202fd0f0f0857692d1 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Tue, 20 Jul 2021 09:47:59 +0200 Subject: 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 --- target/linux/layerscape/base-files/lib/preinit/79_move_config | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux') 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 -- cgit v1.2.3