Disable romfont: unused

git-svn-id: svn://coreboot.org/openbios/openbios-devel@379 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-10 11:49:43 +00:00
parent cbbf8e81a9
commit 397977b9a6
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ defer fb-emit ( x -- )
\ \
: default-font ( -- addr width height advance min-char #glyphs ) : 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 -- ) : set-font ( addr width height advance min-char #glyphs -- )

View File

@@ -9,5 +9,5 @@
\ the copyright and warranty status of this work. \ the copyright and warranty status of this work.
\ \
encode-file romfont.bin \ encode-file romfont.bin
drop value (romfont-8x16) \ drop value (romfont-8x16)