From: Keith Packard Date: Sun, 24 Mar 2013 22:20:09 +0000 (-0700) Subject: altos/stm: Always declare all romconfig variables X-Git-Tag: 1.2.1~91 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=3cbec0292d5167bce5c23eeea95f7a2d13bccc79;hp=3cbec0292d5167bce5c23eeea95f7a2d13bccc79;p=fw%2Faltos 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 ---