src/drivers/pl011: Add verstage support
Build pl011 to support building vboot on arm platforms. Change-Id: I1ddc372d558b380065ff944fccb0d84eb37d4213 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/25108 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
parent
99519bc0aa
commit
db06cf0576
|
@ -39,6 +39,7 @@ bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += pl011.c
|
|||
romstage-y += pl011.c
|
||||
postcar-y += pl011.c
|
||||
ramstage-y += pl011.c
|
||||
verstage-y += pl011.c
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue