diff options
author | Greg Ungerer <greg.ungerer@opengear.com> | 2011-09-09 22:23:34 +1000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-09-10 00:12:15 +0200 |
commit | 297f18ac0fbeef30ba1c17fe131ca75f09a6e7cf (patch) | |
tree | 6457d5b98b665a1b83685ef0afd4d752fcc012cb /board/LEOX | |
parent | a34ebbdafe33e8078d58242062db0ec2554b8a73 (diff) | |
download | u-boot-imx-297f18ac0fbeef30ba1c17fe131ca75f09a6e7cf.zip u-boot-imx-297f18ac0fbeef30ba1c17fe131ca75f09a6e7cf.tar.gz u-boot-imx-297f18ac0fbeef30ba1c17fe131ca75f09a6e7cf.tar.bz2 |
CM4000: fix broken flash base for OpenGear boards
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: <greg.ungerer@opengear.com>
Diffstat (limited to 'board/LEOX')
0 files changed, 0 insertions, 0 deletions