armv7: add *(.data) back into .romdata section

This doesn't seem to be strictly required (so far), but makes sense.

Change-Id: I18416c427ff886507ae09c7fc1a018baf94af24a
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2131
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
David Hendricks 2013-01-10 12:13:21 -08:00 committed by Ronald G. Minnich
parent c82ec0ed33
commit 1dcb697a24
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ SECTIONS
.romdata . : {
*(.rodata);
*(.machine_param);
*(.data);
. = ALIGN(8);
_erom = .;
}