xref: /rk3399_rockchip-uboot/board/nvidia/harmony/harmony.c (revision f4ef66685a6cdca6e5b3a8b2f199789f5d94320a)
1*f4ef6668STom Warren /*
2*f4ef6668STom Warren  *  (C) Copyright 2010,2011
3*f4ef6668STom Warren  *  NVIDIA Corporation <www.nvidia.com>
4*f4ef6668STom Warren  *
5*f4ef6668STom Warren  * See file CREDITS for list of people who contributed to this
6*f4ef6668STom Warren  * project.
7*f4ef6668STom Warren  *
8*f4ef6668STom Warren  * This program is free software; you can redistribute it and/or
9*f4ef6668STom Warren  * modify it under the terms of the GNU General Public License as
10*f4ef6668STom Warren  * published by the Free Software Foundation; either version 2 of
11*f4ef6668STom Warren  * the License, or (at your option) any later version.
12*f4ef6668STom Warren  *
13*f4ef6668STom Warren  * This program is distributed in the hope that it will be useful,
14*f4ef6668STom Warren  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15*f4ef6668STom Warren  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16*f4ef6668STom Warren  * GNU General Public License for more details.
17*f4ef6668STom Warren  *
18*f4ef6668STom Warren  * You should have received a copy of the GNU General Public License
19*f4ef6668STom Warren  * along with this program; if not, write to the Free Software
20*f4ef6668STom Warren  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21*f4ef6668STom Warren  * MA 02111-1307 USA
22*f4ef6668STom Warren  */
23*f4ef6668STom Warren 
24*f4ef6668STom Warren #include <common.h>
25*f4ef6668STom Warren #include <asm/io.h>
26*f4ef6668STom Warren #include <asm/arch/tegra2.h>
27*f4ef6668STom Warren 
28*f4ef6668STom Warren /*
29*f4ef6668STom Warren  * Routine: gpio_config_uart
30*f4ef6668STom Warren  * Description: Does nothing on Harmony - no conflict w/SPI.
31*f4ef6668STom Warren  */
32*f4ef6668STom Warren void gpio_config_uart(void)
33*f4ef6668STom Warren {
34*f4ef6668STom Warren }
35