
# Add the firmware required for display panel on the
# RockPro64.
# This is small and is a requirement to bring up the display
# properly.
#
# Note: This script is executed when the shell's working directory
#       is set to the root of the OS InitRD.
#
echo "Adding RK3399 RockChip firmware into $PWD"
tar -vvxf $PKGSTORE/a/kernel-firmware-*.t?z lib/firmware/rockchip
