From 52e0436f4a2541f80478c70b28c850087ed43a36 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 13 Dec 2014 23:55:26 +0000 Subject: [PATCH] mtx: link VIDEO in the right place --- Kernel/platform-mtx/crt0.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-mtx/crt0.s b/Kernel/platform-mtx/crt0.s index d26bf28e..69f8a43d 100644 --- a/Kernel/platform-mtx/crt0.s +++ b/Kernel/platform-mtx/crt0.s @@ -7,6 +7,7 @@ .area _CODE .area _CODE2 .area _CONST + .area _VIDEO .area _DATA .area _INITIALIZED .area _BSEG -- 2.34.1