From 7c20ebf6e0e85392508663ae88da73e0ea44fe20 Mon Sep 17 00:00:00 2001 From: Yuhao Zhou Date: Sat, 6 Apr 2019 00:48:24 +0800 Subject: [PATCH] Remove dtb.S. --- kernel/src/arch/mipsel/boot/dtb.S | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 kernel/src/arch/mipsel/boot/dtb.S diff --git a/kernel/src/arch/mipsel/boot/dtb.S b/kernel/src/arch/mipsel/boot/dtb.S deleted file mode 100644 index eea7469..0000000 --- a/kernel/src/arch/mipsel/boot/dtb.S +++ /dev/null @@ -1,10 +0,0 @@ -# generated by build.rs - do not edit -.intel_syntax noprefix - - .section .dtb,"a" - .align 12 - .global _dtb_start, _dtb_end -_dtb_start: - .incbin "src/arch/mipsel/board/malta/device.dtb" -_dtb_end: - \ No newline at end of file