uboot/arch/mips/mach-ath79/ar934x/cpu.c
<<
>>
Prefs
   1// SPDX-License-Identifier: GPL-2.0+
   2/*
   3 * Copyright (C) 2016 Marek Vasut <marex@denx.de>
   4 */
   5
   6#include <common.h>
   7
   8/* The lowlevel_init() is not needed on AR934x */
   9void lowlevel_init(void) {}
  10