1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2006 Freescale Semiconductor, Inc.
4 * Dave Liu <daveliu@freescale.com>
6 * Copyright (C) 2007 Logic Product Development, Inc.
7 * Peter Barada <peterb@logicpd.com>
9 * Copyright (C) 2007 MontaVista Software, Inc.
10 * Anton Vorontsov <avorontsov@ru.mvista.com>
13 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
20 * High Level Configuration Options
23 #define CONFIG_HOSTNAME "suvd3"
24 #define CONFIG_KM_BOARD_NAME "suvd3"
26 /* include common defines/options for all Keymile boards */
27 #include "km/keymile-common.h"
28 #include "km/km-powerpc.h"
29 #include "km/km-mpc83xx.h"
30 #include "km/km-mpc832x.h"
32 #define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \
35 #endif /* __CONFIG_H */