]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx28/u-boot.bd
karo: tx6: remove unreachable 'return' statements
[karo-tx-uboot.git] / board / karo / tx28 / u-boot.bd
1 sources {
2         u_boot_spl="@@BUILD_DIR@@spl/u-boot-spl";
3         u_boot="@@BUILD_DIR@@u-boot";
4 }
5
6 section (0) {
7         load u_boot_spl;
8         load ivt (entry = u_boot_spl:reset) > 0x8000;
9         hab call 0x8000;
10
11         load u_boot;
12         load ivt (entry = u_boot:reset) > 0x8000;
13         hab call 0x8000;
14 }