| /* |
| * 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_harmony_legacy_h__ |
| #define __configs_chromeos_tegra2_harmony_legacy_h__ |
| |
| #include <configs/chromeos/tegra2/legacy.h> |
| #include <configs/chromeos/tegra2/harmony/common.h> |
| |
| #include <configs/chromeos/tegra2/harmony/parts/nand.h> |
| #include <configs/chromeos/tegra2/harmony/parts/usb.h> |
| |
| /* We don't have environment support on Harmony yet */ |
| #define CONFIG_ENV_IS_NOWHERE |
| |
| #endif /*__configs_chromeos_tegra2_harmony_legacy_h__*/ |