Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: include/configs/chromeos/tegra2/wario/parts/usb.h

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/configs/chromeos/tegra2/wario/parts/usb.h
diff --git a/include/configs/chromeos/tegra2/wario/parts/usb.h b/include/configs/chromeos/tegra2/wario/parts/usb.h
deleted file mode 100644
index e2b15731965674f7fea44d37fb33cbf09cfc654e..0000000000000000000000000000000000000000
--- a/include/configs/chromeos/tegra2/wario/parts/usb.h
+++ /dev/null
@@ -1,17 +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.
- */
-
-/* To set base address of USB controller */
-#define NvUSBx_0 USB_EHCI_TEGRA_BASE_ADDR_USB3
-#define NvUSBx_1 USB_EHCI_TEGRA_BASE_ADDR_USB1
-#define NvUSBx_2 0
-#define NvUSBx_3 0
-
-/*
- * USB1 takes 3 ms to clear Port Reset bit after issuing a Port Reset.
- * The expected time is 2 ms. Please refer to page 28 of EHCI 1.0 specification.
- */
-#define CONFIG_USB_RESET_CLEARED_MS 3 * 1000
« no previous file with comments | « include/configs/chromeos/tegra2/wario/parts/uart.h ('k') | include/configs/chromeos/tegra2/wario/recovery.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698