Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81346?usp=email )
Change subject: vc/amd/vendorcode/stub/mpio: change mpio_engine_type prefix to IFTYPE ......................................................................
vc/amd/vendorcode/stub/mpio: change mpio_engine_type prefix to IFTYPE
Change the prefix of the elements of the mpio_engine_type enum from ENGINE_ to IFTYPE_.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Suggested-by: Matt DeVillier matt.devillier@gmail.com Change-Id: If81c5ea01ba147b71b423004a2199b348ffac99a --- M src/vendorcode/amd/opensil/stub/mpio/chip.h 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/81346/1
diff --git a/src/vendorcode/amd/opensil/stub/mpio/chip.h b/src/vendorcode/amd/opensil/stub/mpio/chip.h index 53d22a0..f2fb5da 100644 --- a/src/vendorcode/amd/opensil/stub/mpio/chip.h +++ b/src/vendorcode/amd/opensil/stub/mpio/chip.h @@ -3,8 +3,8 @@ #include <types.h>
enum mpio_engine_type { - ENGINE_PCIE, - ENGINE_SATA, + IFTYPE_PCIE, + IFTYPE_SATA, };
/* Sync with PCIE_HOTPLUG_TYPE */