]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pdbg: add patch fixing the build on Blackfin
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Nov 2017 15:25:09 +0000 (16:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Nov 2017 15:25:09 +0000 (16:25 +0100)
commit3950f5412ed77ce4ae52760767bf8e60b5c1bf53
tree9c2a4fae323503d7b10c9bdb70b3c3edab199292
parentad477b08593bbffee7d9d8a64a18f98105735a3e
pdbg: add patch fixing the build on Blackfin

This commit adds a patch to pdbg that fixes the build on the Blackfin
architecture. The build failure was due to the recently introduced
assembly code to embed the DTB into an object file. This code was not
taking into account the fact that Blackfin has a non-empty
__USER_LABEL_PREFIX__.

The patch has been submitted upstream.

Fixes:

  http://autobuild.buildroot.net/results/2bf6f56303453fd2ba7e86882168d406ded4cc80/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pdbg/0001-template.S-fix-to-build-on-architecture-with-non-emp.patch [new file with mode: 0644]