3 * Ilya Yanok, ilya.yanok@gmail.com
5 * SPDX-License-Identifier: GPL-2.0+
8 #ifndef __CONFIG_UNCMD_SPL_H__
9 #define __CONFIG_UNCMD_SPL_H__
11 #ifdef CONFIG_SPL_BUILD
12 /* SPL needs only BOOTP + TFTP so undefine other stuff to save space */
14 #undef CONFIG_CMD_DHCP
16 #undef CONFIG_CMD_LINK_LOCAL
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
25 #undef CONFIG_DM_SERIAL
32 #undef CONFIG_DM_SEQ_ALIAS
33 #undef CONFIG_DM_STDIO
35 #endif /* CONFIG_SPL_BUILD */
36 #endif /* __CONFIG_UNCMD_SPL_H__ */