Oops, forgot this upon linker script modifications commit
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 27 Sep 2016 20:47:52 +0000 (22:47 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
core/user_information_block.c

index 84f0c9b..3d9df65 100644 (file)
 #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;
 }