]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/microblaze/include/asm/config.h
microblaze: Move architecture to use generic board init
[people/ms/u-boot.git] / arch / microblaze / include / asm / config.h
index cd29734789449b2cd0a0a006a821af9cf897e0d1..468673460bfb19c1091d84020a9dbc3cae9d79a2 100644 (file)
@@ -7,4 +7,12 @@
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_NEEDS_MANUAL_RELOC
+#endif
+
+#define CONFIG_NR_DRAM_BANKS   1
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_SYS_GENERIC_GLOBAL_DATA
+
 #endif