| /* |
| * 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_CHROMEOS |
| |
| #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__ |