From 08fc8fff255c3aa27362655887a5f5bcd786857c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 7 Aug 2018 12:19:10 +0200 Subject: src/mainboard: Fix typo Change-Id: Ief6a04ccb63658b5fb03cd1d298bf00948cf7410 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27912 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/emulation/qemu-armv7/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation') diff --git a/src/mainboard/emulation/qemu-armv7/mainboard.c b/src/mainboard/emulation/qemu-armv7/mainboard.c index d91d77a097..857365b3a7 100644 --- a/src/mainboard/emulation/qemu-armv7/mainboard.c +++ b/src/mainboard/emulation/qemu-armv7/mainboard.c @@ -36,7 +36,7 @@ static void init_gfx(void) write32(pl111 + 1, height - 1); /* registers 2, 3 and 5 are ignored by qemu. Set them correctly if we ever go for real hw. */ - /* framebuffer adress offset. Has to be in vram. */ + /* framebuffer address offset. Has to be in vram. */ write32(pl111 + 4, framebuffer); write32(pl111 + 7, 0); write32(pl111 + 10, 0xff); -- cgit v1.2.3