gf-prepare-kernel.sh: Fix device tree append
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
The default device tree variable sets the filename in the DEVICETREE_APPEND_FILE variable. However, after a successful overlay creation the variable also included the ${MOUNTPOINT}.
Fix this by removin the ${MOUNTPOINT} from the variable and add it to the place where the variable is being used. This re-enables platforms where the devcie tree overlay fails.
Push commits to the source branch or add previously merged commits to review them.