Makefile.uncmd_spl 268 B

123456789101112131415161718
  1. # Makefile version of include/config_uncmd_spl.h
  2. #
  3. # TODO: Invent a better way
  4. ifdef CONFIG_SPL_BUILD
  5. CONFIG_OF_CONTROL=
  6. ifndef CONFIG_SPL_DM
  7. CONFIG_DM_SERIAL=
  8. CONFIG_DM_GPIO=
  9. CONIFG_DM_I2C=
  10. CONFIG_DM_SPI=
  11. CONFIG_DM_SPI_FLASH=
  12. endif
  13. CONFIG_DM_DEVICE_REMOVE=
  14. endif