summaryrefslogtreecommitdiffstats
path: root/board/edb93xx/edb93xx.c
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini-list@gnudd.com>2010-02-06 20:53:54 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-02-12 12:31:54 -0600
commit822bd70db49773b4d57eaa484dca83386a6b3479 (patch)
tree7b22e277341c22043bb2749cd77f86556d0736ec /board/edb93xx/edb93xx.c
parentc50a0f503967d435150bbb9f2f816ce33afdf231 (diff)
downloadbootable_bootloader_goldelico_gta04-822bd70db49773b4d57eaa484dca83386a6b3479.zip
bootable_bootloader_goldelico_gta04-822bd70db49773b4d57eaa484dca83386a6b3479.tar.gz
bootable_bootloader_goldelico_gta04-822bd70db49773b4d57eaa484dca83386a6b3479.tar.bz2
edb93xx: change calculation un early_udelay.h
Previous code compiled with gcc-4.2.2 makes a call to __aeabi_uidiv to divide by 20. As a side effect it was not inline any more, and so sdram_cfg used the stack as well, but this is early code that has no stack yet. The patch explicitly removes the division, so no stack is used. The calculation of the counter calls a division by 20 Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Diffstat (limited to 'board/edb93xx/edb93xx.c')
0 files changed, 0 insertions, 0 deletions