GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
master
  • 1611_0007_prime_oven
  • bootloader
  • u-boot_2015_04
  • scripts
  • Makefile.uncmd_spl
  • 6b13f685e   BSP 최초 추가 Browse Code »
    김민수
    8 years ago  
Makefile.uncmd_spl 268 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Makefile version of include/config_uncmd_spl.h
#
# TODO: Invent a better way

ifdef CONFIG_SPL_BUILD
CONFIG_OF_CONTROL=

ifndef CONFIG_SPL_DM
CONFIG_DM_SERIAL=
CONFIG_DM_GPIO=
CONIFG_DM_I2C=
CONFIG_DM_SPI=
CONFIG_DM_SPI_FLASH=
endif

CONFIG_DM_DEVICE_REMOVE=

endif