diff options
| author | Anthony Towns <aj@erisian.com.au> | 2011-02-26 16:06:48 +1000 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-16 15:57:38 -0700 |
| commit | fc5d014721a7e5a7b22f07eb4ab0bb3c764473fe (patch) | |
| tree | 16c9d95beb28bf1ccf93f888c41852a24c3397c0 /src/telemini-v0.1 | |
| parent | 0e4c55d78852415e79f7318471f4d00c89703b78 (diff) | |
ao_intflash: Avoid overwriting code
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.
Diffstat (limited to 'src/telemini-v0.1')
| -rw-r--r-- | src/telemini-v0.1/Makefile.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemini-v0.1/Makefile.defs b/src/telemini-v0.1/Makefile.defs index 8a3e1ef9..94ac1268 100644 --- a/src/telemini-v0.1/Makefile.defs +++ b/src/telemini-v0.1/Makefile.defs @@ -6,3 +6,4 @@ SRC = \ PRODUCT=TeleMini-v0.1 PRODUCT_DEF=-DTELEMINI_V_0_1 IDPRODUCT=0x000a +CODESIZE=0x6700 |
