Skip to content

Commit

Permalink
mediatek: mt7622: drop RAMFS_COPY_BIN and RAMFS_COPY_DATA
Browse files Browse the repository at this point in the history
Now that both, fw_printenv/fw_setenv and fwtool are always present
during stage2 sysupgrade, we no longer need to list them in
RAMFS_COPY_BIN and RAMFS_COPY_DATA in platform.sh.
Drop both variables as they are now unneeded.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Feb 22, 2022
1 parent 2baded9 commit bb90430
Showing 1 changed file with 0 additions and 2 deletions.
@@ -1,6 +1,4 @@
REQUIRE_IMAGE_METADATA=1
RAMFS_COPY_BIN='fw_printenv fw_setenv fwtool'
RAMFS_COPY_DATA='/etc/fw_env.config /var/lock/fw_printenv.lock'

platform_do_upgrade() {
local board=$(board_name)
Expand Down

0 comments on commit bb90430

Please sign in to comment.