1 /* SPDX-License-Identifier: GPL-2.0+ */
7 #ifndef __CONFIG_UNCMD_SPL_H__
8 #define __CONFIG_UNCMD_SPL_H__
10 #ifdef CONFIG_SPL_BUILD
11 /* SPL needs only BOOTP + TFTP so undefine other stuff to save space */
14 #undef CONFIG_DM_SERIAL
21 #undef CONFIG_DM_STDIO
23 #endif /* CONFIG_SPL_BUILD */
24 #endif /* __CONFIG_UNCMD_SPL_H__ */