[U-Boot] [PATCH] CM4000: fix broken flash base for OpenGear boards

2011-09-09 Thread Greg Ungerer
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

Re: [U-Boot] [PATCH] CM4000: fix broken flash base for OpenGear boards

2011-09-09 Thread Wolfgang Denk
Dear Greg Ungerer, In message 1315571014-564-1-git-send-email-greg.unge...@opengear.com you wrote: 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