altos: Clean up AO_ROMCONFIG bits
authorKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2018 01:53:15 +0000 (18:53 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 3 Oct 2018 21:51:57 +0000 (14:51 -0700)
commit3cb0aef22ca79a7fd3311919f1a4a49992f04fde
treec436b15b6f9eea4da280eedbe125c90800a60104
parent11287503d01b226dc6222f2ac578e6cd8a54b26c
altos: Clean up AO_ROMCONFIG bits

Remove address parameter (doesn't work with gcc), create shared
ao_romconfig in kernel.

Signed-off-by: Keith Packard <keithp@keithp.com>
12 files changed:
src/attiny/ao_arch.h
src/avr/ao_romconfig.c [deleted file]
src/kernel/ao.h
src/kernel/ao_product.c
src/kernel/ao_romconfig.c [new file with mode: 0644]
src/lpc/ao_arch.h
src/lpc/ao_romconfig.c [deleted file]
src/stm/ao_arch.h
src/stm/ao_romconfig.c [deleted file]
src/stm32f4/ao_arch.h
src/stmf0/ao_arch.h
src/stmf0/ao_romconfig.c [deleted file]