common/hw-gfx-gma: Remove trailing space in debug output
Looking at the logs in the coreboot board status repository, there is a
trailing space in the debug output. Remove that.
Change-Id: Ib24ebbfa756147c8561df2e9247ed0e2cea29b13
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/19563
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: Nico Huber <nico.h@gmx.de>
diff --git a/common/hw-gfx-gma.adb b/common/hw-gfx-gma.adb
index ca27175..0dcad80 100644
--- a/common/hw-gfx-gma.adb
+++ b/common/hw-gfx-gma.adb
@@ -435,7 +435,7 @@
Tertiary => "Tertiary ");
begin
Debug.New_Line;
- Debug.Put_Line ("CONFIG => ");
+ Debug.Put_Line ("CONFIG =>");
for Pipe in Pipe_Index loop
if Pipe = Pipe_Index'First then
Debug.Put (" (");