| Index: include/configs/chromeos/normal.h
|
| diff --git a/include/configs/chromeos/normal.h b/include/configs/chromeos/normal.h
|
| deleted file mode 100644
|
| index 86c9b68123e6b761b8acc5a6b7fdfa368fd181ae..0000000000000000000000000000000000000000
|
| --- a/include/configs/chromeos/normal.h
|
| +++ /dev/null
|
| @@ -1,25 +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_normal_h__
|
| -#define __configs_chromeos_normal_h__
|
| -
|
| -#include <configs/chromeos/common.h>
|
| -
|
| -#define CONFIG_ENV_IS_NOWHERE
|
| -
|
| -#define CONFIG_CMD_CROS_NORMAL_FIRMWARE
|
| -
|
| -#define CONFIG_BOOTCOMMAND "cros_normal_firmware"
|
| -
|
| -/* These are used for access EFI partition */
|
| -#define CONFIG_MMC
|
| -#define CONFIG_DOS_PARTITION
|
| -#define CONFIG_EFI_PARTITION
|
| -#define CONFIG_CMD_MMC
|
| -#define CONFIG_CMD_FAT
|
| -
|
| -#endif //__configs_chromeos_normal_h__
|
|
|