From 397977b9a6a28263220d57aaf52695c9ea892aae Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 10 Jan 2009 11:49:43 +0000 Subject: [PATCH] Disable romfont: unused git-svn-id: svn://coreboot.org/openbios/openbios-devel@379 f158a5a8-5612-0410-a976-696ce0be7e32 --- forth/device/display.fs | 2 +- forth/device/font.fs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forth/device/display.fs b/forth/device/display.fs index 4545b6c..1ab69ec 100644 --- a/forth/device/display.fs +++ b/forth/device/display.fs @@ -68,7 +68,7 @@ defer fb-emit ( x -- ) \ : default-font ( -- addr width height advance min-char #glyphs ) - (romfont-8x16) 8 10 10 0 100 + \ (romfont-8x16) 8 10 10 0 100 ; : set-font ( addr width height advance min-char #glyphs -- ) diff --git a/forth/device/font.fs b/forth/device/font.fs index 00538ae..c8100a8 100644 --- a/forth/device/font.fs +++ b/forth/device/font.fs @@ -9,5 +9,5 @@ \ the copyright and warranty status of this work. \ -encode-file romfont.bin -drop value (romfont-8x16) +\ encode-file romfont.bin +\ drop value (romfont-8x16)