]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-socfpga/spl.h
karo: tx51: justify and adjust the delay required before releasing the ETN PHY strap...
[karo-tx-uboot.git] / arch / arm / include / asm / arch-socfpga / spl.h
1 /*
2  *  Copyright (C) 2012 Pavel Machek <pavel@denx.de>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _SOCFPGA_SPL_H_
8 #define _SOCFPGA_SPL_H_
9
10 /* Symbols from linker script */
11 extern char __malloc_start, __malloc_end, __stack_start;
12
13 #define BOOT_DEVICE_RAM 1
14
15 #endif