Skip to content

Commit

Permalink
u-boot: add riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgutteridge committed May 13, 2024
1 parent b649bcf commit 8d3b495
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sysutils/u-boot/u-boot-riscv64.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $NetBSD: u-boot-riscv64.mk,v 1.1 2024/05/13 23:07:14 gutteridge Exp $

MAINTAINER= [email protected]
TOOL_DEPENDS+= cross-riscv64-none-elf-gcc-[0-9]*:../../cross/riscv64-none-elf-gcc

UBOOT_ENV+= CROSS_COMPILE=${PREFIX}/cross-riscv64-none-elf/bin/riscv64-none-elf-

.include "u-boot.mk"

0 comments on commit 8d3b495

Please sign in to comment.