Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / arch / microblaze / include / asm / config.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2009 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef _ASM_CONFIG_H_
7 #define _ASM_CONFIG_H_
8
9 #define CONFIG_LMB
10
11 #ifndef CONFIG_SPL_BUILD
12 #define CONFIG_NEEDS_MANUAL_RELOC
13 #endif
14
15 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
16
17 #endif