diff options
author | Marc Jones <marcj303@gmail.com> | 2011-09-16 17:08:01 -0600 |
---|---|---|
committer | Frank Vibrans III <frank.vibrans@amd.com> | 2011-09-17 01:53:41 +0200 |
commit | 96be74c7f68ee4fa17a432439a0ecc4a33c66715 (patch) | |
tree | 591e3df3e12b9ebfd1deed6ce24d9654eb834d95 /src/mainboard | |
parent | d7a696d0f229abccc95ff411f28d91b9b796ab74 (diff) | |
download | coreboot-96be74c7f68ee4fa17a432439a0ecc4a33c66715.tar.xz |
Enable SATA AHCI for faster boot with SeaBIOS.
Change-Id: Ibd87422680350c112eabe1bb73b237031c3e9d6b
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: http://review.coreboot.org/220
Tested-by: build bot (Jenkins)
Reviewed-by: Frank Vibrans III <frank.vibrans@amd.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/persimmon/platform_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h index 33236243d3..5e3c3f4ad5 100644 --- a/src/mainboard/amd/persimmon/platform_cfg.h +++ b/src/mainboard/amd/persimmon/platform_cfg.h @@ -103,7 +103,7 @@ * @breif INCHIP Sata Controller Mode * NOTE: DO NOT ALLOW SATA & IDE use same mode */ -#define SATA_MODE NATIVE_IDE_MODE +#define SATA_MODE AHCI_MODE /** * @breif INCHIP Sata IDE Controller Mode |