]> Git Repo - J-u-boot.git/blame - scripts/Makefile.uncmd_spl
powerpc: pcm030: convert to generic board
[J-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
a59abd10 6ifdef CONFIG_SPL_DISABLE_OF_CONTROL
e02ee254 7CONFIG_OF_CONTROL=
a59abd10 8endif
e02ee254
MY
9
10ifndef CONFIG_SPL_DM
11CONFIG_DM_SERIAL=
12CONFIG_DM_GPIO=
13CONIFG_DM_I2C=
14CONFIG_DM_SPI=
15CONFIG_DM_SPI_FLASH=
16endif
17
d648964f
MY
18CONFIG_DM_DEVICE_REMOVE=
19
e02ee254 20endif
This page took 0.061679 seconds and 4 git commands to generate.