diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 20:35:57 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-22 20:54:45 -0500 |
| commit | d12202d39d1e8d1a35be0028ad0dfe5e2f7d678b (patch) | |
| tree | 490e654f36ef17b8660036f6f84d2c9f1153e14a /src/stm-flash | |
| parent | ddd53dc3635154dc7ea2af1cd1941e7070b9635f (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_ */ |
