| Index: include/configs/chromeos/tegra2/seaboard/common.h
 | 
| diff --git a/include/configs/chromeos/tegra2/seaboard/common.h b/include/configs/chromeos/tegra2/seaboard/common.h
 | 
| deleted file mode 100644
 | 
| index 8edcc8a266a03074c54dd06f4638b42fdd528400..0000000000000000000000000000000000000000
 | 
| --- a/include/configs/chromeos/tegra2/seaboard/common.h
 | 
| +++ /dev/null
 | 
| @@ -1,48 +0,0 @@
 | 
| -/*
 | 
| - * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
 | 
| - * Use of this source code is governed by a BSD-style license that can be
 | 
| - * found in the LICENSE file.
 | 
| - */
 | 
| -
 | 
| -#ifndef __configs_chromeos_tegra2_seaboard_common_h__
 | 
| -#define __configs_chromeos_tegra2_seaboard_common_h__
 | 
| -
 | 
| -#include <configs/chromeos/tegra2/common.h>
 | 
| -
 | 
| -/* Use Seaboard-specific firmware layout */
 | 
| -#include <configs/chromeos/tegra2/seaboard/firmware_layout.h>
 | 
| -
 | 
| -#define LINUX_MACH_TYPE			MACH_TYPE_SEABOARD
 | 
| -#define CONFIG_SYS_BOARD_ODMDATA	0x300d8011  /* lp1, 1GB */
 | 
| -
 | 
| -#define CONFIG_SERIAL_MULTI		1
 | 
| -#define CONFIG_TEGRA2_ENABLE_UARTD	1
 | 
| -#define CONFIG_TEGRA2_KEYBOARD		1
 | 
| -#define CONFIG_KEYBOARD			1
 | 
| -
 | 
| -#define CONFIG_CONSOLE_MUX		1
 | 
| -#define CONFIG_SYS_CONSOLE_IS_IN_ENV	1
 | 
| -
 | 
| -#define CONFIG_EXTRA_ENV_SETTINGS_BOARD \
 | 
| -	"stdin=serial,tegra-kbc\0" \
 | 
| -	"stdout=serial,lcd\0" \
 | 
| -	"stderr=serial,lcd\0"
 | 
| -
 | 
| -#define CONFIG_PLATFORM_EXTRAS_BOARD \
 | 
| -	"mem=384M@0M nvmem=128M@384M mem=512M@512M"
 | 
| -
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/i2c.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/keyboard.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/lcd.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/mmc.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/pinmux.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/spi.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/uart.h>
 | 
| -#include <configs/chromeos/tegra2/seaboard/parts/tpm.h>
 | 
| -
 | 
| -#define CONFIG_CHROMEOS_HWID	"ARM SEABOARD TEST 1176"
 | 
| -
 | 
| -#define CONFIG_CHROMEOS_FIRMWARE_STORAGE_SPI
 | 
| -#define CONFIG_CHROMEOS_DEFAULT_FIRMWARE_STORAGE_SPI
 | 
| -
 | 
| -#endif /*__configs_chromeos_tegra2_seaboard_common_h__*/
 | 
| 
 |