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

Side by Side Diff: include/configs/chromeos/tegra2/common.h

Issue 6609003: Remove NAND support from the common tegra2 configuration. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * (C) Copyright 2010 2 * (C) Copyright 2010
3 * NVIDIA Corporation <www.nvidia.com> 3 * NVIDIA Corporation <www.nvidia.com>
4 * 4 *
5 * See file CREDITS for list of people who contributed to this 5 * See file CREDITS for list of people who contributed to this
6 * project. 6 * project.
7 * 7 *
8 * This program is free software; you can redistribute it and/or 8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as 9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of 10 * published by the Free Software Foundation; either version 2 of
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 * Physical Memory Map 122 * Physical Memory Map
123 */ 123 */
124 #define CONFIG_NR_DRAM_BANKS 1 124 #define CONFIG_NR_DRAM_BANKS 1
125 #define PHYS_SDRAM_1 TEGRA2_SDRC_CS0 125 #define PHYS_SDRAM_1 TEGRA2_SDRC_CS0
126 #define PHYS_SDRAM_1_SIZE SZ_512M 126 #define PHYS_SDRAM_1_SIZE SZ_512M
127 127
128 #include <configs/chromeos/tegra2/parts/gpio.h> 128 #include <configs/chromeos/tegra2/parts/gpio.h>
129 #include <configs/chromeos/tegra2/parts/i2c.h> 129 #include <configs/chromeos/tegra2/parts/i2c.h>
130 #include <configs/chromeos/tegra2/parts/lcd.h> 130 #include <configs/chromeos/tegra2/parts/lcd.h>
131 #include <configs/chromeos/tegra2/parts/mmc.h> 131 #include <configs/chromeos/tegra2/parts/mmc.h>
132 #include <configs/chromeos/tegra2/parts/nand.h>
vb 2011/03/03 03:44:04 should it be added to some other image(set of imag
133 #include <configs/chromeos/tegra2/parts/uart.h> 132 #include <configs/chromeos/tegra2/parts/uart.h>
134 133
135 #define CONFIG_DISPLAY_BOARDINFO 1 134 #define CONFIG_DISPLAY_BOARDINFO 1
136 135
137 #endif /*__configs_chromeos_tegra2_common_h__*/ 136 #endif /*__configs_chromeos_tegra2_common_h__*/
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698