mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 13:03:40 +00:00
11 lines
197 B
C
11 lines
197 B
C
|
/*
|
||
|
* Copyright (C) 2016 Marek Vasut <marex@denx.de>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
/* The lowlevel_init() is not needed on AR934x */
|
||
|
void lowlevel_init(void) {}
|