]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/Marvell/mvebu_alleycat-5/board.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / board / Marvell / mvebu_alleycat-5 / board.c
CommitLineData
6cc8b5db
CP
1// SPDX-License-Identifier: GPL-2.0+
2
d678a59d 3#include <common.h>
6cc8b5db
CP
4#include <asm/global_data.h>
5
6DECLARE_GLOBAL_DATA_PTR;
7
8int board_init(void)
9{
aa6e94de 10 gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
6cc8b5db
CP
11
12 return 0;
13}