X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=scripts%2FMakefile.uncmd_spl;h=ba267d9ac6e59349518436582041356a808164f9;hb=3c1eaec012ad3105b8bf787de0672d8739b5ec54;hp=4f056525bb0692b78577ac35dfa2c96f221c6540;hpb=6f43ba70d15e15a08c25b3d956c70addb6740737;p=u-boot diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl index 4f056525bb..ba267d9ac6 100644 --- a/scripts/Makefile.uncmd_spl +++ b/scripts/Makefile.uncmd_spl @@ -1,20 +1,15 @@ +# SPDX-License-Identifier: GPL-2.0+ # Makefile version of include/config_uncmd_spl.h -# # TODO: Invent a better way ifdef CONFIG_SPL_BUILD -ifdef CONFIG_SPL_DISABLE_OF_CONTROL -CONFIG_OF_CONTROL= -endif ifndef CONFIG_SPL_DM CONFIG_DM_SERIAL= CONFIG_DM_GPIO= -CONIFG_DM_I2C= +CONFIG_DM_I2C= CONFIG_DM_SPI= CONFIG_DM_SPI_FLASH= endif -CONFIG_DM_DEVICE_REMOVE= - endif