]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/microblaze-generic.h
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
[karo-tx-uboot.git] / include / configs / microblaze-generic.h
index 06b7e94184e74dc7bcea12a461308fa6fcf9bfd2..bb070600021b4a7da9728aaaafd3c9ba132ddf5c 100644 (file)
 #include "../board/xilinx/microblaze-generic/xparameters.h"
 
 /* MicroBlaze CPU */
-#define        CONFIG_MICROBLAZE       1
 #define        MICROBLAZE_V5           1
 
-/* Open Firmware DTS */
-#define CONFIG_OF_CONTROL      1
-#define CONFIG_OF_EMBED                1
-#define CONFIG_DEFAULT_DEVICE_TREE microblaze-generic
-
 /* linear and spi flash memory */
 #ifdef XILINX_FLASH_START
 #define        FLASH
 #endif
 
 /* SPL part */
-#define CONFIG_SPL
 #define CONFIG_CMD_SPL
 #define CONFIG_SPL_FRAMEWORK
 #define CONFIG_SPL_LIBCOMMON_SUPPORT