| OLD | NEW |
| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 #define CONFIG_SYS_NO_FLASH | 172 #define CONFIG_SYS_NO_FLASH |
| 173 #define CONFIG_SYS_I2C_SPEED 100000 | 173 #define CONFIG_SYS_I2C_SPEED 100000 |
| 174 #define CONFIG_SYS_I2C_SLAVE 1 | 174 #define CONFIG_SYS_I2C_SLAVE 1 |
| 175 #define CONFIG_SYS_I2C_BUS 0 | 175 #define CONFIG_SYS_I2C_BUS 0 |
| 176 #define CONFIG_SYS_I2C_BUS_SELECT 1 | 176 #define CONFIG_SYS_I2C_BUS_SELECT 1 |
| 177 #undef CONFIG_DRIVER_TEGRA2_I2C | 177 #undef CONFIG_DRIVER_TEGRA2_I2C |
| 178 | 178 |
| 179 /* | 179 /* |
| 180 * Board NAND Info. | 180 * Board NAND Info. |
| 181 */ | 181 */ |
| 182 #define CONFIG_NAND_TEGRA2 | 182 #define CONFIG_TEGRA2_NAND |
| 183 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ | 183 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 184 /* to access nand */ | 184 /* to access nand */ |
| 185 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ | 185 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ |
| 186 /* to access nand at */ | 186 /* to access nand at */ |
| 187 /* CS0 */ | 187 /* CS0 */ |
| 188 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ | 188 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ |
| 189 /* devices */ | 189 /* devices */ |
| 190 | 190 |
| 191 /* | 191 /* |
| 192 * USB Host. | 192 * USB Host. |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 */ | 426 */ |
| 427 #define CONFIG_TEGRA2_I2C | 427 #define CONFIG_TEGRA2_I2C |
| 428 | 428 |
| 429 #ifdef CONFIG_TEGRA2_I2C | 429 #ifdef CONFIG_TEGRA2_I2C |
| 430 #define CONFIG_CMD_I2C | 430 #define CONFIG_CMD_I2C |
| 431 #define CONFIG_I2C_MULTI_BUS 1 | 431 #define CONFIG_I2C_MULTI_BUS 1 |
| 432 #define CONFIG_SYS_MAX_I2C_BUS 4 | 432 #define CONFIG_SYS_MAX_I2C_BUS 4 |
| 433 #endif | 433 #endif |
| 434 | 434 |
| 435 #endif /* __CONFIG_H */ | 435 #endif /* __CONFIG_H */ |
| OLD | NEW |