mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: Add u-boot-rpi-arm64.
* rosenthal/packages/bootloaders.scm: New file. (u-boot-rpi-arm64): New variable.
This commit is contained in:
		
							parent
							
								
									4c0227fb4a
								
							
						
					
					
						commit
						0b31c973e8
					
				
							
								
								
									
										9
									
								
								rosenthal/packages/bootloaders.scm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								rosenthal/packages/bootloaders.scm
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
;; 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"))
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user