diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-06-27 06:37:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-26 13:36:58 +0200 |
commit | 6a89cfa418ee746a590e7c6d746e7317dd58e830 (patch) | |
tree | 743462a4903fde912be13f105e6361d1f3f15954 /target/linux/layerscape | |
parent | cef98caf6e8d3c466ab303d376324304bbe6c365 (diff) | |
download | upstream-6a89cfa418ee746a590e7c6d746e7317dd58e830.tar.gz upstream-6a89cfa418ee746a590e7c6d746e7317dd58e830.tar.bz2 upstream-6a89cfa418ee746a590e7c6d746e7317dd58e830.zip |
layerscape: base-files: remove redundant RAMFS_COPY_* additions
All the tools (e.g fw_setenv, ubiupdatevol) and config (fw_env.config)
needed for sysupgrade are already included in /lib/upgrade/stage2
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 094c37708ace9040e294c5aa7be34bc9e7a8dcc1)
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/base-files/lib/upgrade/platform.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/base-files/lib/upgrade/platform.sh b/target/linux/layerscape/base-files/lib/upgrade/platform.sh index 0b5d14b579..8ad9df4a13 100644 --- a/target/linux/layerscape/base-files/lib/upgrade/platform.sh +++ b/target/linux/layerscape/base-files/lib/upgrade/platform.sh @@ -3,8 +3,8 @@ # Copyright 2020 NXP # -RAMFS_COPY_BIN="/usr/sbin/fw_printenv /usr/sbin/fw_setenv /usr/sbin/ubinfo /bin/echo" -RAMFS_COPY_DATA="/etc/fw_env.config /var/lock/fw_printenv.lock" +RAMFS_COPY_BIN="" +RAMFS_COPY_DATA="" REQUIRE_IMAGE_METADATA=1 |