Skip to content
Snippets Groups Projects
  • Greg Ungerer's avatar
    297f18ac
    CM4000: fix broken flash base for OpenGear boards · 297f18ac
    Greg Ungerer authored
    
    Use _bss_start_ofs as the size of the boot loader code+data that we want
    to protect in the flash. This replaces use of the no longer defined
    _armboot_start.
    
    Fixes:
    
    flash.c: In function ‘flash_init’:
    flash.c:75: error: ‘_bss_start’ undeclared (first use in this function)
    flash.c:75: error: (Each undeclared identifier is reported only once
    flash.c:75: error: for each function it appears in.)
    flash.c:75: error: ‘_armboot_start’ undeclared (first use in this function)
    
    Signed-off-by: default avatar <greg.ungerer@opengear.com>
    297f18ac
    History
    CM4000: fix broken flash base for OpenGear boards
    Greg Ungerer authored
    
    Use _bss_start_ofs as the size of the boot loader code+data that we want
    to protect in the flash. This replaces use of the no longer defined
    _armboot_start.
    
    Fixes:
    
    flash.c: In function ‘flash_init’:
    flash.c:75: error: ‘_bss_start’ undeclared (first use in this function)
    flash.c:75: error: (Each undeclared identifier is reported only once
    flash.c:75: error: for each function it appears in.)
    flash.c:75: error: ‘_armboot_start’ undeclared (first use in this function)
    
    Signed-off-by: default avatar <greg.ungerer@opengear.com>
flash.c 9.16 KiB