]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_uncmd_spl.h
board: Switch Abilis TB-100 board to Driver Model for serial port
[people/ms/u-boot.git] / include / config_uncmd_spl.h
CommitLineData
7ac2fe2d
IY
1/*
2 * (C) Copyright 2012
3 * Ilya Yanok, ilya.yanok@gmail.com
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
7ac2fe2d
IY
6 */
7
8#ifndef __CONFIG_UNCMD_SPL_H__
9#define __CONFIG_UNCMD_SPL_H__
10
11#ifdef CONFIG_SPL_BUILD
12/* SPL needs only BOOTP + TFTP so undefine other stuff to save space */
13#undef CONFIG_CMD_CDP
14#undef CONFIG_CMD_DHCP
15#undef CONFIG_CMD_DNS
16#undef CONFIG_CMD_LINK_LOCAL
17#undef CONFIG_CMD_NFS
18#undef CONFIG_CMD_PING
19#undef CONFIG_CMD_RARP
20#undef CONFIG_CMD_SNTP
21#undef CONFIG_CMD_TFTPPUT
22#undef CONFIG_CMD_TFTPSRV
e02ee254
MY
23#undef CONFIG_OF_CONTROL
24
25#ifndef CONFIG_SPL_DM
26#undef CONFIG_DM_SERIAL
27#undef CONFIG_DM_GPIO
28#undef CONFIG_DM_I2C
29#undef CONFIG_DM_SPI
30#endif
31
d648964f
MY
32#undef CONFIG_DM_WARN
33#undef CONFIG_DM_DEVICE_REMOVE
34#undef CONFIG_DM_STDIO
35
7ac2fe2d
IY
36#endif /* CONFIG_SPL_BUILD */
37#endif /* __CONFIG_UNCMD_SPL_H__ */