Attention is currently required from: Edward O'Callaghan, Angel Pons, Arthur Heymans. Hello build bot (Jenkins), Nico Huber, Edward O'Callaghan, Arthur Heymans, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/55265
to look at the new patch set (#2).
Change subject: dummyflasher.c: Drop useless macros ......................................................................
dummyflasher.c: Drop useless macros
The `EMULATE_CHIP` and `EMULATE_SPI_CHIP` macros are unconditionally defined as `1`, with no way to change their values. Since this means that the code never gets build-tested using other values, drop these noisy macros.
TEST=Build with `make distclean && make VERSION=none -j` with and without this patch, the flashrom executable does not change.
Change-Id: If46e1c37c3b04b28b4ba1f82c9b3def1e549368f Signed-off-by: Angel Pons th3fanbus@gmail.com --- M dummyflasher.c 1 file changed, 1 insertion(+), 37 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/65/55265/2