/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _SOC_ROMSTAGE_H_ #define _SOC_ROMSTAGE_H_ #include /* These functions are weak and can be overridden by a mainboard functions. */ void mainboard_memory_init_params(FSPM_UPD * mupd); #endif /* _SOC_ROMSTAGE_H_ */