diff options
author | Stephen Warren | 2013-07-24 10:09:17 -0700 |
---|---|---|
committer | Tom Rini | 2013-08-02 18:29:32 -0400 |
commit | 6697d558623d2a3d28c9fc5a0b104ade39c51832 (patch) | |
tree | 6540a0e15a24870311e2ab1663bf13039f6319b4 | |
parent | 501ebdf28666b3142a27c4b4fe6b76a159564ffd (diff) |
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: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Michal Simek <monstr@monstr.eu>
-rw-r--r-- | board/xilinx/dts/microblaze-generic.dts (renamed from board/xilinx/microblaze-generic/dts/microblaze.dts) | 0 | ||||
-rw-r--r-- | board/xilinx/dts/microblaze.dts | 1 | ||||
-rw-r--r-- | include/configs/microblaze-generic.h | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/board/xilinx/microblaze-generic/dts/microblaze.dts b/board/xilinx/dts/microblaze-generic.dts index 203330987bd..203330987bd 100644 --- a/board/xilinx/microblaze-generic/dts/microblaze.dts +++ b/board/xilinx/dts/microblaze-generic.dts diff --git a/board/xilinx/dts/microblaze.dts b/board/xilinx/dts/microblaze.dts deleted file mode 100644 index bf984b0cfd5..00000000000 --- a/board/xilinx/dts/microblaze.dts +++ /dev/null @@ -1 +0,0 @@ -/include/ BOARD_DTS diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 87f3d132a88..0e3de777b25 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -18,7 +18,7 @@ /* Open Firmware DTS */ #define CONFIG_OF_CONTROL 1 #define CONFIG_OF_EMBED 1 -#define CONFIG_DEFAULT_DEVICE_TREE microblaze +#define CONFIG_DEFAULT_DEVICE_TREE microblaze-generic /* linear and spi flash memory */ #ifdef XILINX_FLASH_START |