Skip to content
Snippets Groups Projects
Commit 6697d558 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

xilinx: move microblaze-generic .dts to standard location


Aside from microblaze, all other SoCs/boards/vendors store their DT files
in board/$vendor/dts/$soc-$board.dts. Move microblaze-generic.dts to this
location for consistency.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarMichal Simek <monstr@monstr.eu>
parent 501ebdf2
No related branches found
No related tags found
No related merge requests found
/include/ BOARD_DTS
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
/* Open Firmware DTS */ /* Open Firmware DTS */
#define CONFIG_OF_CONTROL 1 #define CONFIG_OF_CONTROL 1
#define CONFIG_OF_EMBED 1 #define CONFIG_OF_EMBED 1
#define CONFIG_DEFAULT_DEVICE_TREE microblaze #define CONFIG_DEFAULT_DEVICE_TREE microblaze-generic
/* linear and spi flash memory */ /* linear and spi flash memory */
#ifdef XILINX_FLASH_START #ifdef XILINX_FLASH_START
......
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