Skip to content
Snippets Groups Projects
Commit 9d877c2f authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent da2a4909
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#ifndef _ASM_CONFIG_H_ #ifndef _ASM_CONFIG_H_
#define _ASM_CONFIG_H_ #define _ASM_CONFIG_H_
#define CONFIG_LMB
#ifndef CONFIG_SPL_BUILD #ifndef CONFIG_SPL_BUILD
#define CONFIG_NEEDS_MANUAL_RELOC #define CONFIG_NEEDS_MANUAL_RELOC
#endif #endif
......
...@@ -152,9 +152,6 @@ ...@@ -152,9 +152,6 @@
"setenv stdin serial\0" "setenv stdin serial\0"
#endif #endif
/* Enable flat device tree support */
#define CONFIG_LMB 1
#if defined(CONFIG_XILINX_AXIEMAC) #if defined(CONFIG_XILINX_AXIEMAC)
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN 1 # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN 1
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment