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 */
15 #undef CONFIG_DM_SERIAL
22 #undef CONFIG_DM_STDIO
24 #endif /* CONFIG_SPL_BUILD */
25 #endif /* __CONFIG_UNCMD_SPL_H__ */