mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi: Fix uImage build on 4.9.y and later
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
parent
9cd3776bd2
commit
cb8587a395
|
@ -6,3 +6,8 @@ SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2"
|
||||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
|
||||||
"
|
"
|
||||||
require linux-raspberrypi.inc
|
require linux-raspberrypi.inc
|
||||||
|
|
||||||
|
# A LOADADDR is needed when building a uImage format kernel. This value is not
|
||||||
|
# set by default in rpi-4.8.y and later branches so we need to provide it
|
||||||
|
# manually. This value unused if KERNEL_IMAGETYPE is not uImage.
|
||||||
|
KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user