aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/fit
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-21 10:17:56 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-28 09:50:52 +0000
commitdf771c1ee4329389968a76396ab5f43ae5478748 (patch)
tree9de7663096d951e7b22e21b06a2270ba916fd836 /src/cpu/intel/fit
parent69589294c205b616e80cafbbfb0b33e105a75386 (diff)
arch/x86: Remove more romcc leftovers
The sections .rom.* were for romcc and no longer used. Some romcc comments were left behind when guards were removed. Change-Id: I060ad7af2f03c67946f9796e625c072b887280c1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37955 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/cpu/intel/fit')
-rw-r--r--src/cpu/intel/fit/fit.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/fit/fit.S b/src/cpu/intel/fit/fit.S
index 149d2d0384..3b7396c5ce 100644
--- a/src/cpu/intel/fit/fit.S
+++ b/src/cpu/intel/fit/fit.S
@@ -8,7 +8,7 @@ fit_pointer:
.long 0
.previous
-.section ".rom.data", "a", @progbits
+.section .text
.align 16
.global fit_table
.global fit_table_end