. = _bootphase1_version_pointer - ORIGIN(bootphase1); */\r
/* This works, apparently it fools the linker into accepting an absolute address */\r
. = _bootphase1_version_pointer - ORIGIN(bootphase1) + ORIGIN(bootphase1);\r
. = _bootphase1_version_pointer - ORIGIN(bootphase1); */\r
/* This works, apparently it fools the linker into accepting an absolute address */\r
. = _bootphase1_version_pointer - ORIGIN(bootphase1) + ORIGIN(bootphase1);\r