]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / mxs / u-boot-imx28.bd
index a5fa6483a93cbf241f3ff96b5609ee6b5f27d998..ee9cc75cd1b3c5db9916adb5b7644a293934ce5b 100644 (file)
@@ -1,14 +1,14 @@
 sources {
-       u_boot_spl="OBJTREE/spl/u-boot-spl.bin";
-       u_boot="OBJTREE/u-boot.bin";
+       u_boot_spl="OBJTREE/spl/u-boot-spl";
+       u_boot="OBJTREE/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;
 }