From 588b9996b50cbdab4e46e5d2171e825986afbae1 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 30 Mar 2015 23:51:18 +0100 Subject: [PATCH] nc100: declare location of font Without this it gets put in the wrong place and binman then packs it wrongly for our crt0.s and we jump into the font not the C main.. --- Kernel/platform-nc100/crt0.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-nc100/crt0.s b/Kernel/platform-nc100/crt0.s index 9559b89d..3936ddaf 100644 --- a/Kernel/platform-nc100/crt0.s +++ b/Kernel/platform-nc100/crt0.s @@ -4,6 +4,7 @@ ; when they are first seen. .area _CODE .area _CODE2 + .area _FONT .area _VIDEO .area _CONST .area _DATA -- 2.34.1