zephyr/include/arch
Dmitriy Korovkin 811d97c320 unified/arm: Fix data start address for XIP images
For XIP images, in order to avoid the situation when
__data_rom_start is 32-bit aligned, but the actual data is placed
after rodata section, which may not end exactly at 32-bit border,
pad rodata section, so __data_rom_start points at data and it is
32-bit aligned.

On non-XIP images this may enlarge image size up to 3 bytes.
This is generally not an issue, since modern ROM and FLASH
memory is usually 4k aligned.

Change-Id: I3d37fccbc610615585d776144ab9e281368258d6
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-10-21 15:20:22 +00:00
..
arc arc: add _ARC_V2_IRQ_TRIGGER inline function 2016-10-07 20:50:25 +00:00
arm unified/arm: Fix data start address for XIP images 2016-10-21 15:20:22 +00:00
nios2
x86
cpu.h