This commit is contained in:
pvvx 2017-03-13 06:32:42 +03:00
parent 30329bd439
commit 67ea7a663c
12 changed files with 2347 additions and 2303 deletions

View file

@ -730,7 +730,7 @@ SECTIONS
__image1_validate_code__ = 0x10000bdc; /* 8 bytes HalResetVsrV02(), HalResetVsr() */
__ram_image_end__ = 0x10002100;
/* __ram_image_end__ = 0x10002100; */
/* End RAM data used in ROM */

View file

@ -252,5 +252,5 @@ SECTIONS
{
KEEP(*(.loader.head*))
}
ASSERT(__ram_image_end__ != 0x100020c0, "Error rom-bios-boot code & data!")
ASSERT(__ram_image_end__ == 0x100020c0, "Error rom-bios-boot code & data!")
}