Blame view

include/config_uncmd_spl.h 544 Bytes
7ac2fe2da   Ilya Yanok   OMAP: networking ...
1
2
3
4
  /*
   * (C) Copyright 2012
   * Ilya Yanok, ilya.yanok@gmail.com
   *
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
5
   * SPDX-License-Identifier:	GPL-2.0+
7ac2fe2da   Ilya Yanok   OMAP: networking ...
6
7
8
9
10
11
12
   */
  
  #ifndef __CONFIG_UNCMD_SPL_H__
  #define __CONFIG_UNCMD_SPL_H__
  
  #ifdef CONFIG_SPL_BUILD
  /* SPL needs only BOOTP + TFTP so undefine other stuff to save space */
e02ee2548   Masahiro Yamada   kconfig: switch t...
13
14
15
16
17
18
  
  #ifndef CONFIG_SPL_DM
  #undef CONFIG_DM_SERIAL
  #undef CONFIG_DM_GPIO
  #undef CONFIG_DM_I2C
  #undef CONFIG_DM_SPI
b414527f7   Ye Li   MLK-20945-6 spl: ...
19
  #undef CONFIG_DM_SPI_FLASH
1e02825ab   Ye Li   MLK-18654-3 spl: ...
20
  #undef CONFIG_DM_USB
e02ee2548   Masahiro Yamada   kconfig: switch t...
21
  #endif
d648964fc   Masahiro Yamada   kconfig: remove u...
22
  #undef CONFIG_DM_WARN
d648964fc   Masahiro Yamada   kconfig: remove u...
23
  #undef CONFIG_DM_STDIO
7ac2fe2da   Ilya Yanok   OMAP: networking ...
24
25
  #endif /* CONFIG_SPL_BUILD */
  #endif /* __CONFIG_UNCMD_SPL_H__ */