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>
Wed, 8 May 2013 03:07:52 +0000 (20:07 -0700)
commit3cbec0292d5167bce5c23eeea95f7a2d13bccc79
tree7a857447d413fac21fc4eda28556daaadd480bc5
parent4551be8b03a795ece94fd303a1f556c63c0a0096
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