setup()

Purpose: The setup() function performs any CPU-specific initialization.

For ARMv6, there is a generic function, armv_setup_v6(), that performs generic ARMv6 initialization:

The armv_setup_v6() function must be called by any CPU-specific setup function for an ARMv6 CPU after it has performed its CPU-specific actions.