]> git.ipfire.org Git - people/ms/u-boot.git/blame - scripts/Makefile.uncmd_spl
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
[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
6CONFIG_OF_CONTROL=
7
8ifndef CONFIG_SPL_DM
9CONFIG_DM_SERIAL=
10CONFIG_DM_GPIO=
11CONIFG_DM_I2C=
12CONFIG_DM_SPI=
13CONFIG_DM_SPI_FLASH=
14endif
15
d648964f
MY
16CONFIG_DM_DEVICE_REMOVE=
17
e02ee254 18endif