commit | 5ba534d247d418e09c5b4fe5fb7fa780aac08e49 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 19 06:50:00 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 24 13:50:36 2015 -0400 |
tree | 277dea023629e8aa5c2d53932a8ee8347b70ad59 | |
parent | 931bec31b44fbcb01448651424aaf9b6212c141f [diff] |
arm: Switch 32-bit ARM to using generic global_data setup There is quite a bit of assembler code that can be removed if we use the generic global_data setup. Less arch-specific code makes it easier to add new features and maintain the start-up code. Drop the unneeded code and adjust the hooks in board_f.c to cope. Signed-off-by: Simon Glass <sjg@chromium.org>