summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/files/0001-fix-build-for-gcc6-for-h3-init_dram.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-03-19[rcar-gen3] Remove fix on arm-trusted-firmware recipesRonan Le Martret1-26/+0
* the new version of arm-trusted-firmware from Renesas rcar gen3 BSP doesn't need this fix for h3 anymore Bug-AGL: SPEC-471 Change-Id: I3101f9cd7c032705bbdcb20cdadbba8af4ed8d62 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-18fix gcc 6 build for arm-trusted-firmwareRonan1-0/+26
* prevent error, when gcc 6.2 is used: "initializer element is not a constant expression" * ref: http://c0x.coding-guidelines.com/6.5.7.html Change-Id: I35be13c8b169222972becde16b5382782195de6e Signed-off-by: Ronan <ronan.lemartret@iot.bzh>