]> git.sur5r.net Git - u-boot/blob - scripts/Makefile.uncmd_spl
distro bootcmd: Allow board defined UBI partition and volume names
[u-boot] / 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 CONFIG_DM_I2C=
13 CONFIG_DM_SPI=
14 CONFIG_DM_SPI_FLASH=
15 endif
16
17 endif