1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Ilya Yanok, ilya.yanok@gmail.com
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
18 #undef CONFIG_DM_STDIO
20 #endif /* CONFIG_SPL_BUILD */
21 #endif /* __CONFIG_UNCMD_SPL_H__ */