diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index c75db27236..b88abb0f53 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -7,7 +7,7 @@ config SOC_NVIDIA_TEGRA124 select BOOTBLOCK_CONSOLE select EARLY_CONSOLE select ARM_BOOTBLOCK_CUSTOM - select ARM_BOOTBLOCK_ARMV7 + select ARM_BOOTBLOCK_ARMV4 select ARM_ROMSTAGE_ARMV7 select ARM_RAMSTAGE_ARMV7 diff --git a/src/soc/nvidia/tegra124/Makefile.inc b/src/soc/nvidia/tegra124/Makefile.inc index 19aabf6b64..961f6ce40b 100644 --- a/src/soc/nvidia/tegra124/Makefile.inc +++ b/src/soc/nvidia/tegra124/Makefile.inc @@ -1,8 +1,5 @@ CBOOTIMAGE = cbootimage -bootblock-c-ccopts += -marm -march=armv4t -bootblock-S-ccopts += -marm -march=armv4t - bootblock-y += bootblock.c bootblock-y += bootblock_asm.S bootblock-y += cbfs.c