sb/intel: Use defined CONFIG_HPET_ADDRESS

Change-Id: I15ae5e70ba351e89d5ea9d04dbb1efdfbb372bba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36458
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS
2019-10-30 11:28:42 +01:00
committed by Nico Huber
parent 4ec67fc82c
commit 1644e48985
11 changed files with 32 additions and 32 deletions

View File

@@ -59,7 +59,7 @@ Device (LPCB)
Name(_CRS, ResourceTemplate()
{
Memory32Fixed(ReadOnly, 0xfed00000, 0x400)
Memory32Fixed(ReadOnly, CONFIG_HPET_ADDRESS, 0x400)
})
}