diff options
Diffstat (limited to 'src/arch/mips/Makefile.inc')
-rw-r--r-- | src/arch/mips/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/mips/Makefile.inc b/src/arch/mips/Makefile.inc index ee88adf732..1016f1f791 100644 --- a/src/arch/mips/Makefile.inc +++ b/src/arch/mips/Makefile.inc @@ -24,9 +24,7 @@ ############################################################################### ifeq ($(CONFIG_ARCH_ROMSTAGE_MIPS),y) -CBFSTOOL_PRE1_OPTS = -m mips -b $(CONFIG_BOOTBLOCK_ROM_OFFSET) \ - -H $(CONFIG_CBFS_HEADER_ROM_OFFSET) \ - -o $(CONFIG_CBFS_ROM_OFFSET) -s $(CONFIG_CBFS_SIZE) +CBFSTOOL_PRE1_OPTS = -m mips -s $(CONFIG_CBFS_SIZE) endif ############################################################################### |