1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: u-boot-rock-4c-plus-rk3399: Use default configuration.

* gnu/packages/bootloaders.scm (u-boot-rock-4c-plus-rk3399): Use default
configuration.
This commit is contained in:
Vagrant Cascadian
2025-09-18 15:29:42 -07:00
parent c91b01f1df
commit 14ca201bc3

View File

@@ -1493,11 +1493,7 @@ Documentation} for more information (for example by running @samp{info
(make-u-boot-rockchip-package "firefly" 'rk3399))
(define-public u-boot-rock-4c-plus-rk3399
(let ((base (make-u-boot-rockchip-package
"rock-4c-plus" 'rk3399
'("CONFIG_USB=y"))))
(package
(inherit base))))
(make-u-boot-rockchip-package "rock-4c-plus" 'rk3399))
(define-public u-boot-rockpro64-rk3399
(let ((base (make-u-boot-rockchip-package