diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 20:35:57 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-07 21:30:26 -0700 |
| commit | dfc268e0021e1cd3045f73339a749d292a6a6300 (patch) | |
| tree | 3736895bb7debeff7a6363ce263b085d6ec4b531 /src/stm-flash | |
| parent | 8ded61d59888c79ef1f94e664b5fb770841a801a (diff) | |
altos: Use flash loader on all STM products
Includes the boot chain stuff
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-flash')
| -rw-r--r-- | src/stm-flash/ao_pins.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stm-flash/ao_pins.h b/src/stm-flash/ao_pins.h index 1c00675b..8fb56f7b 100644 --- a/src/stm-flash/ao_pins.h +++ b/src/stm-flash/ao_pins.h @@ -75,6 +75,5 @@ #define AO_BOOT_APPLICATION_PIN 0 #define AO_BOOT_APPLICATION_VALUE 1 #define AO_BOOT_APPLICATION_MODE 0 -#define AO_BOOT_APPLICATION_BASE ((uint32_t *) 0x1000) #endif /* _AO_PINS_H_ */ |
