blob: d74707971ba473f75b3c78707c8372dde4c8c0f2 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Heiko Schocher62ddcf02010-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 Schocher62ddcf02010-02-18 08:08:25 +010014 */
15
16#ifndef __CONFIG_H
17#define __CONFIG_H
18
19/*
20 * High Level Configuration Options
21 */
Heiko Schocher62ddcf02010-02-18 08:08:25 +010022
Mario Six5bc05432018-03-28 14:38:20 +020023#define CONFIG_HOSTNAME "suvd3"
Mario Six0e890d42019-01-21 09:17:32 +010024
Mario Sixfb1b0992019-01-21 09:17:34 +010025/* include common defines/options for all Keymile boards */
26#include "km/keymile-common.h"
27#include "km/km-powerpc.h"
Mario Sixaed7d0e2019-01-21 09:18:23 +010028#include "km/km-mpc83xx.h"
29#include "km/km-mpc832x.h"
Heiko Schocher62ddcf02010-02-18 08:08:25 +010030
31#define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \
32 0x0000c000 | \
33 MxMR_WLFx_2X)
Heiko Schocher62ddcf02010-02-18 08:08:25 +010034#endif /* __CONFIG_H */