From: Lothar Waßmann Date: Thu, 24 Mar 2016 11:28:21 +0000 (+0100) Subject: karo: tx28: remove obsolete u-boot.bd X-Git-Tag: KARO-TX-2016-07-05~3^2~15^2~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=c640f5efd9e497938adf72f7635a72abb09bb611 karo: tx28: remove obsolete u-boot.bd --- diff --git a/board/karo/tx28/u-boot.bd b/board/karo/tx28/u-boot.bd deleted file mode 100644 index bbf6658107..0000000000 --- a/board/karo/tx28/u-boot.bd +++ /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; -}