Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
fdd0da4ca432f227cfa19c9c1e6daf31910b6261
/
.
/
arch
/
mips
/
mach-ath79
/
ar934x
/
cpu.c
blob: 7daac03671493864be8c28089de7d4c743825e69 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016 Marek Vasut <marex@denx.de>
*/
#include
<common.h>
/* The lowlevel_init() is not needed on AR934x */
void
lowlevel_init
(
void
)
{}