While at it, adjust the TQ-Systems copyright info to include consistent company information, the mail address to reach all developers at TQ-Systems for questions regarding U-Boot support for our SOM and remove author's company mail address not suitable for plain text mail. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
20 lines
474 B
C
20 lines
474 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (c) 2013-2017 TQ-Systems GmbH <u-boot@ew.tq-group.com>,
|
|
* D-82229 Seefeld, Germany.
|
|
* Author: Markus Niebel
|
|
*
|
|
* Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module on
|
|
* MBa6 starter kit
|
|
*/
|
|
|
|
#ifndef __CONFIG_TQMA6_MBA6_H
|
|
#define __CONFIG_TQMA6_MBA6_H
|
|
|
|
#define CFG_FEC_MXC_PHYADDR 0x03
|
|
|
|
#define CFG_MXC_UART_BASE UART2_BASE
|
|
#define CONSOLE_DEV "ttymxc1"
|
|
|
|
#endif /* __CONFIG_TQMA6_MBA6_H */
|