Marek Vasut | 04fe427 | 2011-11-08 23:18:21 +0000 | [diff] [blame] | 1 | sources { |
| 2 | u_boot_spl="spl/u-boot-spl.bin"; |
| 3 | u_boot="u-boot.bin"; |
| 4 | } |
| 5 | |
| 6 | section (0) { |
Marek Vasut | b539bed | 2011-12-13 09:18:07 +0000 | [diff] [blame] | 7 | load u_boot_spl > 0x0000; |
| 8 | load ivt (entry = 0x0014) > 0x8000; |
Marek Vasut | 04fe427 | 2011-11-08 23:18:21 +0000 | [diff] [blame] | 9 | hab call 0x8000; |
| 10 | |
Marek Vasut | b539bed | 2011-12-13 09:18:07 +0000 | [diff] [blame] | 11 | load u_boot > 0x40000100; |
| 12 | load ivt (entry = 0x40000100) > 0x8000; |
Marek Vasut | 04fe427 | 2011-11-08 23:18:21 +0000 | [diff] [blame] | 13 | hab call 0x8000; |
| 14 | } |