u-boot-brain/board/edb93xx
Alessandro Rubini 822bd70db4 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>
2010-02-12 12:31:54 -06:00
..
config.mk Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
early_udelay.h edb93xx: change calculation un early_udelay.h 2010-02-12 12:31:54 -06:00
edb93xx.c Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
flash_cfg.c Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
Makefile Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
pll_cfg.c Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
pll_cfg.h Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
sdram_cfg.c Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
sdram_cfg.h Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00