]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx28: remove obsolete u-boot.bd
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 24 Mar 2016 11:28:21 +0000 (12:28 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 24 Mar 2016 11:28:21 +0000 (12:28 +0100)
board/karo/tx28/u-boot.bd [deleted file]

diff --git a/board/karo/tx28/u-boot.bd b/board/karo/tx28/u-boot.bd
deleted file mode 100644 (file)
index bbf6658..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-sources {
-       u_boot_spl="@@BUILD_DIR@@spl/u-boot-spl";
-       u_boot="@@BUILD_DIR@@u-boot";
-}
-
-section (0) {
-       load u_boot_spl;
-       load ivt (entry = u_boot_spl:reset) > 0x8000;
-       hab call 0x8000;
-
-       load u_boot;
-       load ivt (entry = u_boot:reset) > 0x8000;
-       hab call 0x8000;
-}