| /* |
| * 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_generic_legacy_h__ |
| #define __configs_chromeos_tegra2_generic_legacy_h__ |
| |
| #include <configs/chromeos/tegra2/legacy.h> |
| #include <configs/chromeos/tegra2/generic/common.h> |
| |
| #include <configs/chromeos/tegra2/generic/parts/usb.h> |
| |
| /* We don't have environment support on the Generic build yet */ |
| #define CONFIG_ENV_IS_NOWHERE |
| |
| #endif /*__configs_chromeos_tegra2_generic_legacy_h__*/ |