gnu: u-boot-rockpro64-rk3399: Drop obsolete phase.

* gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399): Drop obsolete
'patch-header phase.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Vagrant Cascadian 2025-03-04 10:13:40 -08:00
parent ae30bf6332
commit c1ec9e8d53
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1426,16 +1426,7 @@ Documentation} for more information (for example by running @samp{info
;; OpenSSL license incompatibilities.
"# CONFIG_SPL_FIT_SIGNATURE is not set"))))
(package
(inherit base)
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:phases phases)
#~(modify-phases #$phases
(add-after 'unpack 'patch-header
(lambda _
(substitute* "include/config_distro_bootcmd.h"
(("\"scsi_need_init=")
"\"setenv scsi_need_init")))))))))))
(inherit base))))
(define-public u-boot-pinebook-pro-rk3399
(make-u-boot-rockchip-package "pinebook-pro" 'rk3399))