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>
master
Stephen Warren 11 years ago committed by Tom Rini
parent 501ebdf286
commit 6697d55862
  1. 0
      board/xilinx/dts/microblaze-generic.dts
  2. 1
      board/xilinx/dts/microblaze.dts
  3. 2
      include/configs/microblaze-generic.h

@ -1 +0,0 @@
/include/ BOARD_DTS

@ -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

Loading…
Cancel
Save