projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile
[platform/kernel/u-boot.git]
/
scripts
/
Makefile.uncmd_spl
1
# Makefile version of include/config_uncmd_spl.h
2
#
3
# SPDX-License-Identifier: GPL-2.0+
4
#
5
# TODO: Invent a better way
6
7
ifdef CONFIG_SPL_BUILD
8
9
ifndef CONFIG_SPL_DM
10
CONFIG_DM_SERIAL=
11
CONFIG_DM_GPIO=
12
CONIFG_DM_I2C=
13
CONFIG_DM_SPI=
14
CONFIG_DM_SPI_FLASH=
15
endif
16
17
endif