]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - scripts/Makefile.uncmd_spl
Merge branch 'tx6-bugfix'
[karo-tx-uboot.git] / scripts / Makefile.uncmd_spl
index 4f056525bb0692b78577ac35dfa2c96f221c6540..40035468e76e9c627de1a9eb2281baf0ab789fc4 100644 (file)
@@ -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