Hello Felix Held, Julius Werner, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31049
to look at the new patch set (#4).
Change subject: src: Don't use a #defines like Kconfig symbols ......................................................................
src: Don't use a #defines like Kconfig symbols
This is spotted using ./util/lint/kconfig_lint To work around the issue, rename the prefix from `CONFIG_` to `CONF_`.
Change-Id: Ia31aed366bf768ab167ed5f8595bee8234aac46b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/pci_ops_conf1.c M src/drivers/spi/spi_flash_internal.h M src/include/console/uart.h M src/northbridge/amd/amdfam10/util.c M src/soc/rockchip/rk3288/sdram.c M src/soc/samsung/exynos5250/clock.c M src/soc/samsung/exynos5420/clock.c M src/superio/acpi/pnp.asl M src/superio/acpi/pnp_config.asl M src/superio/smsc/lpc47n207/early_serial.c 10 files changed, 37 insertions(+), 37 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/31049/4