summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/lowlevel_ar9331_sram.S
blob: 1ef40be9056b58532199105836debb388122b8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2018 Oleksij Rempel <linux@rempel-privat.de>
 */

#define BOARD_PBL_START start_ar9331_sram

#include <mach/debug_ll.h>
#include <asm/asm.h>
#include <asm/pbl_macros.h>
#include <mach/pbl_macros.h>
#include <asm/pbl_nmon.h>

ENTRY_FUNCTION(BOARD_PBL_START)

	ar9331_pbl_generic_sram_start

STOP_WITH_DEBUG_EVENT