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:
Herman Rimm 2024-08-22 20:58:34 +02:00 committed by Ryan Schanzenbacher
parent 8aea73c8e6
commit f984c5cf1a
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -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