xref: /openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c (revision 9c452f1c)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright 2022 IBM Corp.
4  */
5 
6 int board_late_init(void)
7 {
8 	return 0;
9 }
10