]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd
TX6 Release 2013-04-22
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / mxs / u-boot-imx28.bd
index c60615a45671a59145aecd43e61a209bd9216b3f..d336393205968910461e5b19ed9c3f0633525877 100644 (file)
@@ -1,14 +1,14 @@
 sources {
-       u_boot_spl="spl/u-boot-spl.bin";
-       u_boot="u-boot.bin";
+       u_boot_spl="spl/u-boot-spl";
+       u_boot="u-boot";
 }
 
 section (0) {
-       load u_boot_spl > 0x0000;
-       load ivt (entry = 0x0014) > 0x8000;
+       load u_boot_spl;
+       load ivt (entry = u_boot_spl:reset) > 0x8000;
        hab call 0x8000;
 
-       load u_boot > 0x40000100;
-       load ivt (entry = 0x40000100) > 0x8000;
+       load u_boot;
+       load ivt (entry = u_boot:reset) > 0x8000;
        hab call 0x8000;
 }