intel/apollolake: Fix typo in dptf.asl

Fix define typo in dptf.asl

BUG=none
TEST=emerge-octopus coreboot PASS

Change-Id: I1c3bd55d1507e6fffe638bba38c99a9851b8a96a
Signed-off-by: Chris Zhou <chris_zhou@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/28001
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
Chris Zhou 2018-08-10 17:49:42 +08:00 committed by Patrick Georgi
parent 31c2ccacf6
commit 736b124136
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define DPTF_CPU_DEVICE TCPU #define DPTF_CPU_DEVICE TCPU
#ifndef DPTF_CPU_PASSIVE #ifndef DPTF_CPU_PASSIVE
#definie DPTF_CPU_PASSIVE 80 #define DPTF_CPU_PASSIVE 80
#endif #endif
#ifndef DPTF_CPU_CRITICAL #ifndef DPTF_CPU_CRITICAL