soc/intel/cannonlake: Replace device name B0D4 with TCPU
Replace device name from B0D4 with TCPU for DPTF sensor. This helps to maintain consistency between coreboot and UEFI BIOS. Change-Id: I962d74fc1baa07581d065734aaabb4dcd5e3d247 Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/31029 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
b3f2323e84
commit
8adbec26be
|
@ -13,7 +13,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#define DPTF_CPU_DEVICE B0D4
|
||||
#define DPTF_CPU_DEVICE TCPU
|
||||
#define DPTF_CPU_ADDR 0x00040000
|
||||
|
||||
#ifndef DPTF_CPU_PASSIVE
|
||||
|
|
Loading…
Reference in New Issue