soc/intel/apollolake: remove unused FIT_POINTER define
Change-Id: I97be4f8cecbf9cf2adda2e0c1650e03acd7eb1cb Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/15736 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
This commit is contained in:
parent
28a4e0e460
commit
ddbdcc3898
|
@ -43,8 +43,6 @@
|
|||
#include <string.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
#define FIT_POINTER (0x100000000ULL - 0x40)
|
||||
|
||||
static struct chipset_power_state power_state CAR_GLOBAL;
|
||||
|
||||
/* High Performance Event Timer Configuration */
|
||||
|
|
Loading…
Reference in New Issue