avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
18
u-boot/arch/arm/mach-at91/bootparams_atmel.S
Normal file
18
u-boot/arch/arm/mach-at91/bootparams_atmel.S
Normal file
@@ -0,0 +1,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)
|
||||
Reference in New Issue
Block a user