commit | ecd7ac9babca755c6206f9c752d0469f98db6fc4 | [log] [tgz] |
---|---|---|
author | Andrew Dyer <adyer@righthandtech.com> | Fri Sep 12 02:20:46 2008 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Sep 12 02:20:46 2008 +0200 |
tree | c648dd1ae69f1f4cb28a8622e31db9af33ee12d2 | |
parent | 15e2effba86b240e9d8d227d475991b641150035 [diff] |
arm920t fix constant error in start.S Code in cpu/arm920t/start.S will die with a compilation error if CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for the ARM sub instruction. Change the code so that each is subtracted independently to avoid the error. Signed-off-by: Andrew Dyer <adyer@righthandtech.com>