summaryrefslogtreecommitdiff
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-25 09:32:27 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 10:55:11 +0300
commit9d877c2f5404be82d90e8bc624a20a35d21e429d (patch)
treeef1ebe370d1d9b256ea67fdab96fae2d09a33808 /include/configs/microblaze-generic.h
parentda2a4909bd1a5540a2e33d12bf1a53cdbd030747 (diff)
downloadu-boot-9d877c2f5404be82d90e8bc624a20a35d21e429d.tar.xz
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>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 814fec5b33..f66f63e074 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -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