X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Farm926ejs%2Fmxs%2Fu-boot-imx28.bd;h=d336393205968910461e5b19ed9c3f0633525877;hb=1e362dc3e799fd86722a60f5639e52a67dfc0658;hp=c60615a45671a59145aecd43e61a209bd9216b3f;hpb=d62ef5619c9249772247d6af3b8e65207ae0c871;p=karo-tx-uboot.git diff --git a/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd b/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd index c60615a456..d336393205 100644 --- a/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd +++ b/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd @@ -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; }