microblaze: Move CONFIG_LMB from board file to config.h

It is common for the whole architecture that's why move it there.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2019-09-25 08:32:27 +02:00
parent da2a4909bd
commit 9d877c2f54
2 changed files with 2 additions and 3 deletions

View File

@ -6,6 +6,8 @@
#ifndef _ASM_CONFIG_H_
#define _ASM_CONFIG_H_
#define CONFIG_LMB
#ifndef CONFIG_SPL_BUILD
#define CONFIG_NEEDS_MANUAL_RELOC
#endif

View File

@ -152,9 +152,6 @@
"setenv stdin serial\0"
#endif
/* Enable flat device tree support */
#define CONFIG_LMB 1
#if defined(CONFIG_XILINX_AXIEMAC)
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN 1
#endif