| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2010, Google Inc. | 2 * Copyright 2010, Google Inc. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 * | 30 * |
| 31 * Alternatively, this software may be distributed under the terms of the | 31 * Alternatively, this software may be distributed under the terms of the |
| 32 * GNU General Public License ("GPL") version 2 as published by the Free | 32 * GNU General Public License ("GPL") version 2 as published by the Free |
| 33 * Software Foundation. | 33 * Software Foundation. |
| 34 */ | 34 */ |
| 35 | 35 |
| 36 #define CONFIG_CMD_NAND | 36 #define CONFIG_CMD_NAND |
| 37 #define CONFIG_NAND_TEGRA2 | 37 #define CONFIG_TEGRA2_NAND |
| 38 #define CONFIG_SYS_NAND_ADDR NAND_BASE | 38 #define CONFIG_SYS_NAND_ADDR NAND_BASE |
| 39 #define CONFIG_SYS_NAND_BASE NAND_BASE | 39 #define CONFIG_SYS_NAND_BASE NAND_BASE |
| 40 #define CONFIG_SYS_MAX_NAND_DEVICE 1 | 40 #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
| OLD | NEW |