/* * Copyright (C) 2011-2015 Masahiro Yamada * * SPDX-License-Identifier: GPL-2.0+ */ #include int umc_init(void) { /* add UMC init code here */ printf("Implement memory init code\n"); return 0; }