X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fwhistler.h;h=ff859644c36aa4c09f516458b648fcb3e22adcb3;hb=b39d1213e30717c435c8ed43411d573d435557cb;hp=994edecaab3aa53bc807a31b5f4addc096053eb1;hpb=91171091c6733cd290e18bf25a8aedbe682d2430;p=oweals%2Fu-boot.git diff --git a/include/configs/whistler.h b/include/configs/whistler.h index 994edecaab..ff859644c3 100644 --- a/include/configs/whistler.h +++ b/include/configs/whistler.h @@ -2,38 +2,16 @@ * (C) Copyright 2010-2012 * NVIDIA Corporation * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H #define __CONFIG_H -#include +#include #include "tegra20-common.h" -/* Enable fdt support for Whistler. Flash the image in u-boot-dtb.bin */ -#define CONFIG_DEFAULT_DEVICE_TREE tegra20-whistler -#define CONFIG_OF_CONTROL -#define CONFIG_OF_SEPARATE - /* High-level configuration options */ -#define V_PROMPT "Tegra20 (Whistler) # " #define CONFIG_TEGRA_BOARD_STRING "NVIDIA Whistler" /* Board-specific serial config */ @@ -43,14 +21,8 @@ #define CONFIG_MACH_TYPE MACH_TYPE_WHISTLER -#define CONFIG_BOARD_EARLY_INIT_F - /* I2C */ -#define CONFIG_TEGRA_I2C -#define CONFIG_SYS_I2C_INIT_BOARD -#define CONFIG_I2C_MULTI_BUS -#define CONFIG_SYS_MAX_I2C_BUS 4 -#define CONFIG_SYS_I2C_SPEED 100000 +#define CONFIG_SYS_I2C_TEGRA #define CONFIG_CMD_I2C /* SD/MMC */ @@ -81,7 +53,6 @@ #define CONFIG_USB_ETHER_ASIX /* General networking support */ -#define CONFIG_CMD_NET #define CONFIG_CMD_DHCP #include "tegra-common-post.h"