Makefile.uncmd_spl 223 B

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