mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
448df354b0
Typo fix: CONIFG->CONFIG Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Tom Rini <trini@konsulko.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
17 lines
261 B
Makefile
17 lines
261 B
Makefile
# Makefile version of include/config_uncmd_spl.h
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# TODO: Invent a better way
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
|
|
ifndef CONFIG_SPL_DM
|
|
CONFIG_DM_SERIAL=
|
|
CONFIG_DM_GPIO=
|
|
CONFIG_DM_I2C=
|
|
CONFIG_DM_SPI=
|
|
CONFIG_DM_SPI_FLASH=
|
|
endif
|
|
|
|
endif
|