John Rigby | 6895d45 | 2010-01-25 23:12:58 -0700 | [diff] [blame] | 1 | ifdef CONFIG_NAND_SPL |
Heiko Schocher | ab86f72 | 2010-09-17 13:10:42 +0200 | [diff] [blame^] | 2 | TEXT_BASE = 0x810c0000 |
John Rigby | 6895d45 | 2010-01-25 23:12:58 -0700 | [diff] [blame] | 3 | else |
Heiko Schocher | ab86f72 | 2010-09-17 13:10:42 +0200 | [diff] [blame^] | 4 | TEXT_BASE = 0x81fc0000 |
John Rigby | 6895d45 | 2010-01-25 23:12:58 -0700 | [diff] [blame] | 5 | endif |