mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
raiden_debug: Rename with '_DEBUG_SPI' suffix
Unfortantly raiden_debug was upstreamed with a misnaming of the CONFIG_ make param that introduces unnecessary divergence. Rename to 'CONFIG_RAIDEN_DEBUG_SPI' as-is downstream. Change-Id: I07c03647c329286bb223e4dae4665704e508db2c Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/48105 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sam McNally <sammc@google.com>
This commit is contained in:

committed by
Edward O'Callaghan

parent
0386aa1781
commit
732f2eeddb
@ -179,7 +179,7 @@ if config_gfxnvidia
|
||||
endif
|
||||
if config_raiden
|
||||
srcs += 'raiden_debug_spi.c'
|
||||
cargs += '-DCONFIG_RAIDEN=1'
|
||||
cargs += '-DCONFIG_RAIDEN_DEBUG_SPI=1'
|
||||
endif
|
||||
if config_internal
|
||||
srcs += 'board_enable.c'
|
||||
|
Reference in New Issue
Block a user