diff options
| author | Andrew Dyer <adyer@righthandtech.com> | 2008-09-12 02:20:46 +0200 |
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-12 02:20:46 +0200 |
| commit | 6e1551a870d360805b9d172dc56d935064abe71d (patch) | |
| tree | c648dd1ae69f1f4cb28a8622e31db9af33ee12d2 /cpu/arm920t/imx/interrupts.c | |
| parent | b23253835f871cd9bd8e955b9a971d18a7d4ff56 (diff) | |
| download | olio-uboot-2014.01-6e1551a870d360805b9d172dc56d935064abe71d.tar.xz olio-uboot-2014.01-6e1551a870d360805b9d172dc56d935064abe71d.zip | |
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>
Diffstat (limited to 'cpu/arm920t/imx/interrupts.c')
0 files changed, 0 insertions, 0 deletions