X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=scripts%2FMakefile.uncmd_spl;h=40035468e76e9c627de1a9eb2281baf0ab789fc4;hb=0ee1a22b6dbf30158718ab59f294bf1103f63121;hp=4f056525bb0692b78577ac35dfa2c96f221c6540;hpb=a59abd10498fed8c2bb5718748ba27310aac4ba2;p=u-boot diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl index 4f056525bb..40035468e7 100644 --- a/scripts/Makefile.uncmd_spl +++ b/scripts/Makefile.uncmd_spl @@ -3,9 +3,6 @@ # 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= @@ -15,6 +12,4 @@ CONFIG_DM_SPI= CONFIG_DM_SPI_FLASH= endif -CONFIG_DM_DEVICE_REMOVE= - endif