diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-23 10:27:02 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-23 09:06:02 +0000 |
commit | 4629e81dcb8b02fd9d26437c61a4bbaaca5784f0 (patch) | |
tree | b80ec9f2aa658b9079df019ffcf7f00b275d91b4 /meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend | |
parent | 8bb16ea61b19fb41cfb60f126fa45770c55c003a (diff) | |
download | meta-boot2qt-4629e81dcb8b02fd9d26437c61a4bbaaca5784f0.tar.gz |
Fix typo in RPi overlay config
Change-Id: Ifa7f7625817c9e635f0a40576963ce758ff0569a
Task-number: QTBUG-52520
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend')
-rw-r--r-- | meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend b/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend index b711ab5..da7a7b5 100644 --- a/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend +++ b/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend | |||
@@ -20,8 +20,8 @@ | |||
20 | ############################################################################## | 20 | ############################################################################## |
21 | 21 | ||
22 | do_deploy_append() { | 22 | do_deploy_append() { |
23 | if [ "${RPI_FT5604}" = "1" ]; then | 23 | if [ "${RPI_FT5406}" = "1" ]; then |
24 | echo "# Enable rpi-ft5604 touch" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 24 | echo "# Enable rpi-ft5406 touch" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
25 | echo "dtoverlay=rpi-ft5406" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 25 | echo "dtoverlay=rpi-ft5406" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
26 | fi | 26 | fi |
27 | } | 27 | } |