Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f51f35564eaff75764d9077358ad35f2413fa334
/
.
/
board
/
alliedtelesis
/
x240
/
x240.c
blob: c1b7cc3b613c4ad0a68ee2b2c88c6ce4fa979efa [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
#include
<config.h>
#include
<asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR
;
int
board_init
(
void
)
{
gd
->
bd
->
bi_boot_params
=
CFG_SYS_SDRAM_BASE
+
0x100
;
return
0
;
}