]> git.ipfire.org Git - people/ms/u-boot.git/blame - scripts/Makefile.uncmd_spl
arc: add stubs for map_physmem() and unmap_physmem()
[people/ms/u-boot.git] / scripts / Makefile.uncmd_spl
CommitLineData
e02ee254
MY
1# Makefile version of include/config_uncmd_spl.h
2#
3# TODO: Invent a better way
4
5ifdef CONFIG_SPL_BUILD
e02ee254
MY
6
7ifndef CONFIG_SPL_DM
8CONFIG_DM_SERIAL=
9CONFIG_DM_GPIO=
10CONIFG_DM_I2C=
11CONFIG_DM_SPI=
12CONFIG_DM_SPI_FLASH=
13endif
14
15endif