summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 16:00:39 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:03 +0300
commitb67e4610f3947e0468d620a2e6749326f9093d70 (patch)
tree22d31b651c46aabc02b73a22d77b05527bf41fb4
parent05d8b58bc8bd29dcf9f3f439e47352d15c1ce158 (diff)
downloadmeta-raspberrypi-b67e4610f3947e0468d620a2e6749326f9093d70.tar.gz
firmware.inc: Remove extra newlines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/common/firmware.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 2f06dc7..5ad68e1 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,8 +1,6 @@
1
2# 22/08/2012 firmware; this can be overridden from distro config 1# 22/08/2012 firmware; this can be overridden from distro config
3RPIFW_SRCREV ?= "c42f21261f1eeae0df7ad02f34773e279e7af8c5" 2RPIFW_SRCREV ?= "c42f21261f1eeae0df7ad02f34773e279e7af8c5"
4RPIFW_DATE ?= "20120822" 3RPIFW_DATE ?= "20120822"
5 4
6
7SRCREV = "${RPIFW_SRCREV}" 5SRCREV = "${RPIFW_SRCREV}"
8PV = "${RPIFW_DATE}" \ No newline at end of file 6PV = "${RPIFW_DATE}"