altos/stm: Always declare all romconfig variables
authorKeith Packard <keithp@keithp.com>
Sun, 24 Mar 2013 22:20:09 +0000 (15:20 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 24 Mar 2013 22:20:09 +0000 (15:20 -0700)
commit3cdf356e267444d78d37c59359577d53d33c5417
treecb416af128a084225d9f5f4a2e0041b9d862ec7e
parent03854360029591dd7f2607db21b9e863880d949b
altos/stm: Always declare all romconfig variables

I haven't figured out how to assign addresses for specific initialized
variables, so we'll just have to always declare all of them and make
sure that we add new ones at the end.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_romconfig.c