Blame view

include/config_uncmd_spl.h 522 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  /* SPDX-License-Identifier: GPL-2.0+ */
7ac2fe2da   Ilya Yanok   OMAP: networking ...
2
3
4
  /*
   * (C) Copyright 2012
   * Ilya Yanok, ilya.yanok@gmail.com
7ac2fe2da   Ilya Yanok   OMAP: networking ...
5
6
7
8
9
10
11
   */
  
  #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...
12
13
14
  
  #ifndef CONFIG_SPL_DM
  #undef CONFIG_DM_SERIAL
e02ee2548   Masahiro Yamada   kconfig: switch t...
15
16
  #undef CONFIG_DM_I2C
  #undef CONFIG_DM_SPI
93ab77f59   Ye Li   MLK-20945-6 spl: ...
17
  #undef CONFIG_DM_SPI_FLASH
8a44b2ce1   Ye Li   MLK-18654-3 spl: ...
18
  #undef CONFIG_DM_USB
e02ee2548   Masahiro Yamada   kconfig: switch t...
19
  #endif
d648964fc   Masahiro Yamada   kconfig: remove u...
20
  #undef CONFIG_DM_WARN
d648964fc   Masahiro Yamada   kconfig: remove u...
21
  #undef CONFIG_DM_STDIO
7ac2fe2da   Ilya Yanok   OMAP: networking ...
22
23
  #endif /* CONFIG_SPL_BUILD */
  #endif /* __CONFIG_UNCMD_SPL_H__ */