]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - scripts/Makefile.uncmd_spl
arm: am43xx: enable spi clock
[karo-tx-uboot.git] / scripts / Makefile.uncmd_spl
index 86c938e1f9da1c0cac867ac5a45c807518071911..4f056525bb0692b78577ac35dfa2c96f221c6540 100644 (file)
@@ -3,7 +3,9 @@
 # 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=
@@ -13,4 +15,6 @@ CONFIG_DM_SPI=
 CONFIG_DM_SPI_FLASH=
 endif
 
+CONFIG_DM_DEVICE_REMOVE=
+
 endif