mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: u-boot-rockpro64-rk3399: Unconfigure CONFIG_DM_SCSI.
* gnu/packages/bootloaders (u-boot-rockpro64-rk3399): Remove CONFIG_DM_SCSI in favor of CONFIG_SCSI.
This commit is contained in:
parent
8aea73c8e6
commit
f984c5cf1a
1 changed files with 0 additions and 1 deletions
|
@ -1473,7 +1473,6 @@ (define-public u-boot-rockpro64-rk3399
|
||||||
"CONFIG_SATA_SIL=y"
|
"CONFIG_SATA_SIL=y"
|
||||||
"CONFIG_SCSI=y"
|
"CONFIG_SCSI=y"
|
||||||
"CONFIG_SCSI_AHCI=y"
|
"CONFIG_SCSI_AHCI=y"
|
||||||
"CONFIG_DM_SCSI=y"
|
|
||||||
;; Disable SPL FIT signatures,
|
;; Disable SPL FIT signatures,
|
||||||
;; due to GPLv2 and Openssl
|
;; due to GPLv2 and Openssl
|
||||||
;; license incompatibilities
|
;; license incompatibilities
|
||||||
|
|
Loading…
Reference in a new issue