ao_intflash: Avoid overwriting code
authorAnthony Towns <aj@erisian.com.au>
Sat, 26 Feb 2011 06:06:48 +0000 (16:06 +1000)
committerKeith Packard <keithp@keithp.com>
Wed, 16 Mar 2011 22:57:38 +0000 (15:57 -0700)
Require firmware to specify the end of its codespace in its Makefile,
and use this to determine where the start of available flash is. Should
give compile time errors if either there's no room left for storage, or
if there's not enough room for code.


No differences found