commit | 4f456510ebc48f62940d4887741ae7362de2706d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 19 06:49:59 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 24 13:50:36 2015 -0400 |
tree | 468b58447c01d277abb86ae55fa6f45d39efaf8b | |
parent | 13a15e2fa24ac24358f28e1b6b33fb978769d06e [diff] |
arm: Switch aarch64 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. Tested on LS2085ARDB and LS2085AQDS (armv8 SoC). Tested-by: York Sun <yorksun@freescale.com> Signed-off-by: Simon Glass <sjg@chromium.org>