1. 28 10月, 2015 1 次提交
    • R
      xtensa: enable building of all dtbs · 99085704
      Rob Herring 提交于
      Enable building all dtb files when CONFIG_OF_ALL_DTBS is enabled. The dtbs
      are not really dependent on a platform being enabled or any other kernel
      config, so for testing coverage it is convenient to build all of the dtbs.
      This builds all dts files in the tree, not just targets listed.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Cc: Chris Zankel <chris@zankel.net>
      Cc: Max Filippov <jcmvbkbc@gmail.com>
      Cc: linux-xtensa@linux-xtensa.org
      99085704
  2. 24 2月, 2013 1 次提交
    • S
      xtensa: use new common dtc rule · 2a02bc16
      Stephen Warren 提交于
      The current rules have the .dtb files build in a different directory
      from the .dts files. This patch changes xtensa to use the generic dtb
      rule which builds .dtb files in the same directory as the source .dts.
      
      This requires moving parts of arch/xtensa/boot/Makefile into newly
      created arch/xtensa/boot/dts/Makefile, and updating arch/xtensa/Makefile
      to call the new Makefile.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NChris Zankel <chris@zankel.net>
      2a02bc16