]> git.baikalelectronics.ru Git - uboot.git/commit
kbuild: Remove uncmd_spl logic
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:13 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:15:13 +0000 (10:15 -0500)
commitc91b3b3e07ad1cd734386e397fa18a49fb6a940c
tree9fac1da2ae69ad7aad9a1c9c649076bf78112c4b
parent1cc13a4473b7c8262b819b300e764449d13052f2
kbuild: Remove uncmd_spl logic

At this point in the conversion there should be no need to have logic to
disable some symbol during the SPL build as all symbols should have an
SPL counterpart.

The main real changes done here are that we now must make proper use of
CONFIG_IS_ENABLED(DM_SERIAL) rather than many of the odd tricks we
developed prior to CONFIG_IS_ENABLED() being available.

Signed-off-by: Tom Rini <trini@konsulko.com>
19 files changed:
board/freescale/common/i2c_common.c
board/freescale/common/i2c_common.h
drivers/misc/gsc.c
drivers/serial/Makefile
drivers/serial/atmel_usart.c
drivers/serial/serial-uclass.c
drivers/serial/serial_mtk.c
drivers/serial/serial_pl01x.c
drivers/serial/serial_pl01x_internal.h
include/config_uncmd_spl.h [deleted file]
include/configs/kmcent2.h
include/configs/mv-common.h
include/configs/sunxi-common.h
include/configs/ti_omap4_common.h
include/configs/x530.h
include/ns16550.h
scripts/Makefile.autoconf
scripts/Makefile.build
scripts/Makefile.uncmd_spl [deleted file]