1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
3 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
7 #include <asm/arch/stm32.h>
10 * Get a global data pointer
12 DECLARE_GLOBAL_DATA_PTR;
14 int board_late_init(void)
19 /* board dependent setup after realloc */
22 /* address of boot parameters */
23 gd->bd->bi_boot_params = STM32_DDR_BASE + 0x100;