소스 검색

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 <[email protected]>
Martin Schiller 4 년 전
부모
커밋
3f97a04e6c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      target/linux/layerscape/base-files/lib/preinit/79_move_config

+ 1 - 0
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