diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 10:21:26 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-23 08:24:05 +0000 |
commit | e5d7c3dba7c2dd47923367b926c1dc9985f68138 (patch) | |
tree | 7d10395663b3812dbbac887a44da62366e371720 /src/southbridge | |
parent | 0d1c448609255c24f5b58e479d92a39a7709f69e (diff) |
sb/amd/pi/hudson/Kconfig: Remove unused RAID_MISC_ROM_FILE
RAID_MISC_ROM_FILE isn't used and there isn't "misc.bin" file.
Change-Id: I4007537ee2d177010f04f733e8a9b7167b0fce73
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72374
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge')
-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 eb36029c24..6cd2a65f8f 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_MISC_ROM_FILE - string "RAID Misc ROM path and filename" - default "src/southbridge/amd/pi/hudson/misc.bin" - config RAID_MISC_ROM_POSITION hex "RAID Misc ROM Position" default 0xFFF00000 |