diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 10:19:30 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-23 08:23:52 +0000 |
commit | 0d1c448609255c24f5b58e479d92a39a7709f69e (patch) | |
tree | 10a4805dffc5251cb57c79de7a939be53d2c52c7 | |
parent | 738e0b7af39653e2d45bc2225f7a3299e7791e74 (diff) |
sb/amd/pi/hudson/Kconfig: Remove unused RAID_ROM_FILE
RAID_ROM_FILE isn't used and there isn't "raid.bin" file.
Change-Id: I056c122289f05d662b1b1e5a8cdc0c73915f7249
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72373
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/southbridge/amd/pi/hudson/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 631a0ccd49..eb36029c24 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -126,10 +126,6 @@ comment "IDE to AHCI7804" if HUDSON_SATA_MODE = 1 -config RAID_ROM_FILE - string "RAID ROM path and filename" - default "src/southbridge/amd/pi/hudson/raid.bin" - config RAID_MISC_ROM_FILE string "RAID Misc ROM path and filename" default "src/southbridge/amd/pi/hudson/misc.bin" |