arm-trusted-firmware/include/common
Sandrine Bailleux c9915c0b0f Bug fix: Build time condition to relocate RW data
This patch fixes the build time condition deciding whether the
read-write data should be relocated from ROM to RAM. It was incorrectly
using __DATA_ROM_START__, which is a linker symbol and not a compiler
build flag. As a result, the relocation code was always compiled out.

This bug has been introduced by the following patch:
"Rationalize reset handling code"

Change-Id: I1c8d49de32f791551ab4ac832bd45101d6934045
2015-06-24 17:19:26 +01:00
..
asm_macros.S Rationalize reset handling code 2015-06-04 11:38:54 +01:00
assert_macros.S Add header guards to asm macro files 2015-04-27 18:06:24 +01:00
auth.h TBB: add authentication module interface 2015-01-28 18:27:54 +00:00
bl_common.h Rationalize reset handling code 2015-06-04 11:38:54 +01:00
debug.h Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00
el3_common_macros.S Bug fix: Build time condition to relocate RW data 2015-06-24 17:19:26 +01:00
firmware_image_package.h TBB: add support to include certificates in a FIP image 2015-01-28 18:26:59 +00:00