]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - scripts/Makefile.uncmd_spl
sniper: Serial number support, obtained from die ID
[karo-tx-uboot.git] / scripts / Makefile.uncmd_spl
1 # Makefile version of include/config_uncmd_spl.h
2 #
3 # TODO: Invent a better way
4
5 ifdef CONFIG_SPL_BUILD
6 ifdef CONFIG_SPL_DISABLE_OF_CONTROL
7 CONFIG_OF_CONTROL=
8 endif
9
10 ifndef CONFIG_SPL_DM
11 CONFIG_DM_SERIAL=
12 CONFIG_DM_GPIO=
13 CONIFG_DM_I2C=
14 CONFIG_DM_SPI=
15 CONFIG_DM_SPI_FLASH=
16 endif
17
18 CONFIG_DM_DEVICE_REMOVE=
19
20 endif