summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Abinader <eduardoabinader@gmail.com>2018-05-07 15:42:31 +0200
committerAndrei Gherzan <andrei@gherzan.com>2018-09-06 11:55:16 +0100
commit9c87a1acbda3cd9544b6cb78bca0de481eb763db (patch)
treeb7cb92b3e1a693770893594fe85f44a7180eeee8
parent05f21adb99f97140e874fa2a4ed66d5e3554cd33 (diff)
downloadmeta-raspberrypi-9c87a1acbda3cd9544b6cb78bca0de481eb763db.tar.gz
config_git.bb: Remove extra space
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
-rw-r--r--recipes-bsp/bootfiles/rpi-config_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
index e0b2b58..0b93208 100644
--- a/recipes-bsp/bootfiles/rpi-config_git.bb
+++ b/recipes-bsp/bootfiles/rpi-config_git.bb
@@ -177,7 +177,7 @@ do_deploy() {
177 echo "# Enable USB peripheral mode" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt 177 echo "# Enable USB peripheral mode" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
178 echo "dtoverlay=dwc2,dr_mode=peripheral" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt 178 echo "dtoverlay=dwc2,dr_mode=peripheral" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
179 fi 179 fi
180 180
181 # Append extra config if the user has provided any 181 # Append extra config if the user has provided any
182 echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt 182 echo "${RPI_EXTRA_CONFIG}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
183} 183}