mirror of https://codeberg.org/hako/Rosenthal.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
298 B
9 lines
298 B
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> |
|
;; |
|
;; SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
(define-module (rosenthal packages bootloaders) |
|
#:use-module (gnu packages bootloaders)) |
|
|
|
(define-public u-boot-rpi-arm64 |
|
(make-u-boot-package "rpi_arm64" "aarch64-linux-gnu"))
|
|
|