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

Unified Diff: include/configs/chromeos/tegra2/harmony/parts/pinmux.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/harmony/parts/pinmux.h
diff --git a/include/configs/chromeos/tegra2/harmony/parts/pinmux.h b/include/configs/chromeos/tegra2/harmony/parts/pinmux.h
deleted file mode 100644
index 67e9fb3d6e4d5fd8e755099a4d9363f14b7165f7..0000000000000000000000000000000000000000
--- a/include/configs/chromeos/tegra2/harmony/parts/pinmux.h
+++ /dev/null
@@ -1,50 +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.
- */
-
-#define CONFIG_TEGRA2_PINMUX_DISPLAY_HARMONY \
- PINMUX(LCSN, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LD0, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD1, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD10, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD11, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD12, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD13, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD14, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD15, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD16, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD17, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD2, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD3, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD4, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD5, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD6, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD7, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD8, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LD9, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LDI, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LHP0, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LHP1, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LHP2, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LHS, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(LM0, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(LM1, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LPP, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LPW0, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(LPW1, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LPW2, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(LSC0, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(LSC1, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LSCK, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LSDA, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LSDI, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LSPI, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(LVP0, DISPLAYA, PULL_UP, TRISTATE) \
- PINMUX(LVP1, DISPLAYA, PULL_DOWN, NORMAL) \
- PINMUX(LVS, DISPLAYA, PULL_UP, NORMAL) \
- PINMUX(SDC, PWM, PULL_UP, NORMAL)
-
-#define CONFIG_TEGRA2_PINMUX \
- CONFIG_TEGRA2_PINMUX_DISPLAY_HARMONY
« no previous file with comments | « include/configs/chromeos/tegra2/harmony/parts/nand.h ('k') | include/configs/chromeos/tegra2/harmony/parts/uart.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698