Home
last modified time | relevance | path

Searched hist:ffb56568626be636f0256795df5322633f50cde3 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dlowlevel_init.Sffb56568626be636f0256795df5322633f50cde3 Tue May 16 18:46:34 UTC 2017 Tom Rini <trini@konsulko.com> armv7: Mark the default lowlevel_init function as weak

Rather than have a long and if check in the Makefile, mark the default
lowlevel_init function as weak (as we do on armv8) so that SoCs can
override it if needed, and it will still be discarded if unused.
Provide a weak s_init as well to allow for this to link and be
discarded.

Signed-off-by: Tom Rini <trini@konsulko.com>
H A DMakefileffb56568626be636f0256795df5322633f50cde3 Tue May 16 18:46:34 UTC 2017 Tom Rini <trini@konsulko.com> armv7: Mark the default lowlevel_init function as weak

Rather than have a long and if check in the Makefile, mark the default
lowlevel_init function as weak (as we do on armv8) so that SoCs can
override it if needed, and it will still be discarded if unused.
Provide a weak s_init as well to allow for this to link and be
discarded.

Signed-off-by: Tom Rini <trini@konsulko.com>