| Index: include/configs/chromeos/tegra2/flasher.h
|
| diff --git a/include/configs/chromeos/tegra2/flasher.h b/include/configs/chromeos/tegra2/flasher.h
|
| deleted file mode 100644
|
| index 6ce20967f966404236573ca0b8a79530b332ab0e..0000000000000000000000000000000000000000
|
| --- a/include/configs/chromeos/tegra2/flasher.h
|
| +++ /dev/null
|
| @@ -1,26 +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_flasher_h__
|
| -#define __configs_chromeos_tegra2_flasher_h__
|
| -
|
| -#include <configs/chromeos/flasher.h>
|
| -#include <configs/chromeos/tegra2/common.h>
|
| -
|
| -#include <configs/chromeos/tegra2/parts/nand.h>
|
| -
|
| -#define SCRIPT_ADDRESS 0xe48000 // TEXT_BASE + 0x40000
|
| -
|
| -/*
|
| - * Flasher is supposed to be loaded to fixed location, and so does not have
|
| - * to able to relocate itself
|
| - */
|
| -#define CONFIG_SKIP_RELOCATE_UBOOT
|
| -
|
| -#define CONFIG_EXTRA_ENV_SETTINGS_ARCH CONFIG_EXTRA_ENV_SETTINGS_ARCH_COMMON
|
| -#define CONFIG_BOOTCOMMAND "source " QUOTE(SCRIPT_ADDRESS)
|
| -
|
| -#endif //__configs_chromeos_tegra2_flasher_h__
|
|
|