diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 10:22:50 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-23 08:24:22 +0000 |
commit | 9561cec2410d797b3b9f76419355e2a4b0242ec0 (patch) | |
tree | 775f3c0f5262c3120f837abf8a31a14c9f13b67d | |
parent | e5d7c3dba7c2dd47923367b926c1dc9985f68138 (diff) |
sb/amd/pi/hudson/Kconfig: Remove unused RAID_MISC_ROM_POSITION
Change-Id: Idea51d23d30735062f38f10162c77131fbb07776
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72375
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 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 6cd2a65f8f..53f7b3ea9d 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -124,18 +124,6 @@ comment "AHCI7804" comment "IDE to AHCI7804" depends on HUDSON_SATA_MODE = 6 -if HUDSON_SATA_MODE = 1 - -config RAID_MISC_ROM_POSITION - hex "RAID Misc ROM Position" - default 0xFFF00000 - help - The RAID ROM requires that the MISC ROM is located between the range - 0xFFF0_0000 to 0xFFF0_FFFF. Also, it must 1K bytes aligned. - The CONFIG_ROM_SIZE must be larger than 0x100000. - -endif - config HUDSON_LEGACY_FREE bool "System is legacy free" help |