Blame view

include/config_uncmd_spl.h 474 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
17
  #undef CONFIG_DM_I2C
  #undef CONFIG_DM_SPI
  #endif
d648964fc   Masahiro Yamada   kconfig: remove u...
18
  #undef CONFIG_DM_WARN
d648964fc   Masahiro Yamada   kconfig: remove u...
19
  #undef CONFIG_DM_STDIO
7ac2fe2da   Ilya Yanok   OMAP: networking ...
20
21
  #endif /* CONFIG_SPL_BUILD */
  #endif /* __CONFIG_UNCMD_SPL_H__ */