]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd
a5fa6483a93cbf241f3ff96b5609ee6b5f27d998
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / mxs / u-boot-imx28.bd
1 sources {
2         u_boot_spl="OBJTREE/spl/u-boot-spl.bin";
3         u_boot="OBJTREE/u-boot.bin";
4 }
5
6 section (0) {
7         load u_boot_spl > 0x0000;
8         load ivt (entry = 0x0014) > 0x8000;
9         hab call 0x8000;
10
11         load u_boot > 0x40000100;
12         load ivt (entry = 0x40000100) > 0x8000;
13         hab call 0x8000;
14 }