blob: 1705f9cafbab96988954499a42eaefe9de3d4dd3 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Heiko Schocher466924f2010-02-18 08:08:25 +01002/*
3 * Copyright (C) 2006 Freescale Semiconductor, Inc.
4 * Dave Liu <daveliu@freescale.com>
5 *
6 * Copyright (C) 2007 Logic Product Development, Inc.
7 * Peter Barada <peterb@logicpd.com>
8 *
9 * Copyright (C) 2007 MontaVista Software, Inc.
10 * Anton Vorontsov <avorontsov@ru.mvista.com>
11 *
12 * (C) Copyright 2010
13 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
Heiko Schocher466924f2010-02-18 08:08:25 +010014 */
15
16#ifndef __CONFIG_H
17#define __CONFIG_H
18
19/*
20 * High Level Configuration Options
21 */
Heiko Schocher466924f2010-02-18 08:08:25 +010022
Mario Six790d8442018-03-28 14:38:20 +020023#define CONFIG_HOSTNAME "suvd3"
Mario Six3e67cb22019-01-21 09:18:23 +010024#define CONFIG_KM_BOARD_NAME "suvd3"
Mario Sixd656e782019-01-21 09:17:32 +010025
Mario Sixcb791a82019-01-21 09:17:34 +010026/* include common defines/options for all Keymile boards */
27#include "km/keymile-common.h"
28#include "km/km-powerpc.h"
Mario Six3e67cb22019-01-21 09:18:23 +010029#include "km/km-mpc83xx.h"
30#include "km/km-mpc832x.h"
Heiko Schocher466924f2010-02-18 08:08:25 +010031
32#define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \
33 0x0000c000 | \
34 MxMR_WLFx_2X)
Heiko Schocher466924f2010-02-18 08:08:25 +010035#endif /* __CONFIG_H */