1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00

Remove dtb.S.

This commit is contained in:
Yuhao Zhou 2019-04-06 00:48:24 +08:00
parent c9980f1efb
commit 7c20ebf6e0

View File

@ -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: