
5 Aug
2012
5 Aug
'12
12:14 p.m.
Dear Stefano Babic,
[...]
diff --git a/board/schulercontrol/sc_sps_1/u-boot.bd b/board/schulercontrol/sc_sps_1/u-boot.bd new file mode 100644 index 0000000..c60615a --- /dev/null +++ b/board/schulercontrol/sc_sps_1/u-boot.bd @@ -0,0 +1,14 @@ +sources {
- u_boot_spl="spl/u-boot-spl.bin";
- u_boot="u-boot.bin";
+}
+section (0) {
- load u_boot_spl > 0x0000;
- load ivt (entry = 0x0014) > 0x8000;
- hab call 0x8000;
- load u_boot > 0x40000100;
- load ivt (entry = 0x40000100) > 0x8000;
- hab call 0x8000;
+}
This is the fourth copy of the same file in u-boot. Do we have really no chance to share it among boards ?
Given that we're coliding with Otavio with every single patch, do you prefer to apply this one and do a separate patch || move and repost?
Best regards, Stefano Babic
Best regards, Marek Vasut