summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi-dev.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi-dev.bb')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index 05a7ea2..0fecccb 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -16,11 +16,6 @@ SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RP
16" 16"
17require linux-raspberrypi.inc 17require linux-raspberrypi.inc
18 18
19# A LOADADDR is needed when building a uImage format kernel. This value is not
20# set by default in rpi-4.8.y and later branches so we need to provide it
21# manually. This value unused if KERNEL_IMAGETYPE is not uImage.
22KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"
23
24# Disable version check so that we don't have to edit this recipe every time 19# Disable version check so that we don't have to edit this recipe every time
25# upstream bumps the version 20# upstream bumps the version
26KERNEL_VERSION_SANITY_SKIP = "1" 21KERNEL_VERSION_SANITY_SKIP = "1"