blob: 86c9b68123e6b761b8acc5a6b7fdfa368fd181ae [file] [log] [blame]
/*
* 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__