2 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
3 * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
5 * Configuration settings for the Allwinner A20 (sun7i) CPU
7 * SPDX-License-Identifier: GPL-2.0+
13 * A20 specific configuration
15 #define CONFIG_SUN7I /* sun7i SoC generation */
17 #define CONFIG_SYS_PROMPT "sun7i# "
20 * Include common sunxi configuration where most the settings are
22 #include <configs/sunxi-common.h>
24 #endif /* __CONFIG_H */