Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83919?usp=email
to look at the new patch set (#2).
Change subject: soc/intel/baytrail: Use nullptr instead of NULL ......................................................................
soc/intel/baytrail: Use nullptr instead of NULL
nullptr was introduced in C11 spec and gcc 4.7.
https://en.cppreference.com/w/cpp/language/nullptr https://stackoverflow.com/questions/16256586/how-to-enable-c11-on-later-vers...
coreboot switched to GCC 4.7.2 on October 25, 2021, prior to coreboot v4.1.
https://review.coreboot.org/c/coreboot/+/1609
GCC-13 implemented nullptr constant: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3042.htm So use it insted of NULL macro.
Change-Id: Ibb9eb58550364e533e5ca3e97e44a608fe13eba0 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/intel/baytrail/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/83919/2