diff options
Diffstat (limited to 'src/arch/mips/Makefile.inc')
-rw-r--r-- | src/arch/mips/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/mips/Makefile.inc b/src/arch/mips/Makefile.inc index 0901388221..cd474eeb48 100644 --- a/src/arch/mips/Makefile.inc +++ b/src/arch/mips/Makefile.inc @@ -18,10 +18,6 @@ # MIPS specific options ############################################################################### -ifeq ($(CONFIG_ARCH_ROMSTAGE_MIPS),y) -CBFSTOOL_PRE1_OPTS = -m mips -s $(CONFIG_CBFS_SIZE) -endif - ifeq ($(CONFIG_ARCH_RAMSTAGE_MIPS),y) check-ramstage-overlap-regions += stack endif |