Home
last modified time | relevance | path

Searched hist:"5 ba534d247d418e09c5b4fe5fb7fa780aac08e49" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0.S5ba534d247d418e09c5b4fe5fb7fa780aac08e49 Mon Oct 19 12:50:00 UTC 2015 Simon Glass <sjg@chromium.org> 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>