summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/bootparams_atmel.S
blob: 568094b99c91201941cd8acdc4475fc6ad5b9ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Atmel SAMA5Dx boot parameter handling
 *
 * Copyright (c) 2016 Marek Vasut <marex@denx.de>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <asm-offsets.h>
#include <config.h>
#include <asm/system.h>
#include <linux/linkage.h>

ENTRY(save_boot_params)
	ldr	r0, =bootrom_stash
	str	r4, [r0, #0]
	b	save_boot_params_ret
ENDPROC(save_boot_params)
OpenPOWER on IntegriCloud