
Dear Albert Aribaud,
In message 1285271364-21302-1-git-send-email-albert.aribaud@free.fr you wrote:
Signed-off-by: Albert Aribaud albert.aribaud@free.fr
SUMMARY
Device address window mapping code would not run from FLASH due to cutting access to BOOTCS. Fixed by reordering code.
Timer initialization would write globals, thus would not run correctly from FLASH. Fixed by moving the writes to a later phase in RAM.
PATCHSET HISTORY
V1 Initial submission V2 Removed useless blank line in config.mk Fixed typo in config file Reordered window inits in cpu.c Added newline at end of timer.c
These patches show 0 error or warning with checkpatch.pl --no-tree and have been tested on edminiv2.
arch/arm/cpu/arm926ejs/orion5x/cpu.c | 78 +++++++++++++++++++----------- arch/arm/cpu/arm926ejs/orion5x/timer.c | 6 ++- arch/arm/include/asm/arch-orion5x/cpu.h | 1 + 3 files changed, 54 insertions(+), 31 deletions(-)
Applied to "u-boot-arm" repo, "master" branch.
"elf_reloc"-Branch rebased against master.
Best regards,
Wolfgang Denk