config_git.bb: Remove extra space

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
This commit is contained in:
Eduardo Abinader 2018-05-07 15:42:31 +02:00 committed by Andrei Gherzan
parent d3709fa688
commit a93a373c3e

View File

@ -177,7 +177,7 @@ do_deploy() {
echo "# Enable USB peripheral mode" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
echo "dtoverlay=dwc2,dr_mode=peripheral" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
fi
# Append extra config if the user has provided any
echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
}