From de675d610ccc16e7c09c01cdfe58bfadf682a92a Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 27 Sep 2016 22:47:52 +0200 Subject: [PATCH] Oops, forgot this upon linker script modifications commit --- core/user_information_block.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/user_information_block.c b/core/user_information_block.c index 84f0c9b..3d9df65 100644 --- a/core/user_information_block.c +++ b/core/user_information_block.c @@ -46,13 +46,10 @@ #include "core/lpc_regs.h" -extern unsigned int _start_info; -extern unsigned int _end_info; - /* Get a pointer to the user information */ void* get_user_info(void) { - return (void*)&_start_info; + return (void*)LPC_START_INFO_PAGES; } -- 2.43.0