diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-socfpga/spl.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-socfpga/spl.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-socfpga/spl.h b/roms/u-boot/arch/arm/include/asm/arch-socfpga/spl.h new file mode 100644 index 00000000..7e310d5a --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-socfpga/spl.h @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2012 Pavel Machek <pavel@denx.de> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _SOCFPGA_SPL_H_ +#define _SOCFPGA_SPL_H_ + +/* Symbols from linker script */ +extern char __malloc_start, __malloc_end, __stack_start; + +#define BOOT_DEVICE_RAM 1 + +#endif |