summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/gc320-drivers
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2017-04-13 04:38:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-24 12:48:07 -0400
commit71d935c50e9f346f529e612d4fc5eac940a70fae (patch)
tree174fdba6f5d51ad9a794cd3cf5f2f1f8bdf87f51 /recipes-bsp/gc320-drivers
parentb2bf33ccd02daf15ade62ffe1ecc92088404764f (diff)
downloadmeta-ti-71d935c50e9f346f529e612d4fc5eac940a70fae.tar.gz
ti-gc320-driver: Use GFP_DMA32 flag for allocations
Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/gc320-drivers')
-rw-r--r--recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
index f292b10f..7beb9aa1 100644
--- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
+++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
5 5
6inherit module 6inherit module
7 7
8MACHINE_KERNEL_PR_append = "c" 8MACHINE_KERNEL_PR_append = "d"
9PR = "${MACHINE_KERNEL_PR}" 9PR = "${MACHINE_KERNEL_PR}"
10 10
11# Need to branch out with ${PV} var 11# Need to branch out with ${PV} var
12BRANCH = "ti-${PV}-k4.9" 12BRANCH = "ti-${PV}-k4.9"
13 13
14SRCREV = "030df5ecf503ef3c83dca6e732e6d47d4a11cd4b" 14SRCREV = "295443bf56f2100b7b2714c2c30b31ba86e96a0c"
15 15
16SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH}"
17S = "${WORKDIR}/git/src" 17S = "${WORKDIR}/git/src"