diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-05-02 16:28:18 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-05-03 11:40:49 +0200 |
commit | 5cc0ee270c90c8eb6cec05f70ad9e133858707b3 (patch) | |
tree | 4de4b6c8640c8e9edb9f08d523ded117ff3a458a /src/arch/power8/Makefile.inc | |
parent | 127c1317542152a89f24f3518ba910815592887d (diff) | |
download | coreboot-5cc0ee270c90c8eb6cec05f70ad9e133858707b3.tar.xz |
build system: remove CBFSTOOL_PRE1_OPTS
It isn't used anymore.
Change-Id: Ie554d1dd87ae3f55547466e484c0864e55c9d102
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/14567
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/arch/power8/Makefile.inc')
-rw-r--r-- | src/arch/power8/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/power8/Makefile.inc b/src/arch/power8/Makefile.inc index 55c5470fd1..98f9db196c 100644 --- a/src/arch/power8/Makefile.inc +++ b/src/arch/power8/Makefile.inc @@ -71,8 +71,6 @@ $(objcbfs)/romstage.debug: $$(romstage-objs) romstage-c-ccopts += $(power8_flags) romstage-S-ccopts += $(power8_asm_flags) -CBFSTOOL_PRE1_OPTS = -v -m power8 -s $(CONFIG_CBFS_SIZE) - endif ################################################################################ |