/* * Copyright (c) 2019 Brett Witherspoon * * SPDX-License-Identifier: Apache-2.0 */ #include #include void soc_early_init_hook(void) { /* Performs necessary trim of the device. */ SetupTrimDevice(); }