From 982c7555ade7a1e84835818b00b66ba7cdc08255 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Thu, 23 Aug 2018 14:27:09 -0700 Subject: vendorcode/amd/pi/00670F00: Transfer IDS_CALLOUT to AGESA.h Currently, IDS_CALLOUT macros are only used in stoneyridge callout. In preparation to remove IDS headers, move the definitions to AGESA.h. BUG=b:112885948 TEST=Build grunt Change-Id: Ia9717eb68fed2e568eaf169157c2837bb8232b7e Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/28297 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Raul Rangel --- src/vendorcode/amd/pi/00670F00/AGESA.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vendorcode/amd/pi/00670F00/AGESA.h') diff --git a/src/vendorcode/amd/pi/00670F00/AGESA.h b/src/vendorcode/amd/pi/00670F00/AGESA.h index 41180cb323..2eee41bc90 100644 --- a/src/vendorcode/amd/pi/00670F00/AGESA.h +++ b/src/vendorcode/amd/pi/00670F00/AGESA.h @@ -3579,9 +3579,9 @@ typedef enum { CoreLevelModeMax ///< Used for bounds checking } CORE_LEVELING_TYPE; - - - +#ifndef IDS_CALLOUT_INIT +#define IDS_CALLOUT_INIT 0x01 ///< The function data of IDS callout function of initialization. +#endif /************************************************************************ * -- cgit v1.2.3