From: Ricardo Ribalda Date: Thu, 4 Feb 2016 13:45:00 +0000 (+0100) Subject: ppc: xilinx-ppc405-generic X-Git-Tag: v2016.03-rc2~92^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a9115ecfecf8713de077a68e6c8f599a55fc759;p=u-boot ppc: xilinx-ppc405-generic Fix device tree name: +(xilinx-ppc405-generic) Device Tree Source is not correctly specified. +(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE' +(xilinx-ppc405-generic) or build with 'DEVICE_TREE=' argument +(xilinx-ppc405-generic) make[2]: *** [arch/powerpc/dts/xilinx-ppc440-generic.dtb] Error 1 +(xilinx-ppc405-generic) make[1]: *** [dts] Error 2 Signed-off-by: Ricardo Ribalda Delgado Reviewed-by: Stefan Roese Reviewed-by: Tom Rini --- diff --git a/configs/xilinx-ppc405-generic_defconfig b/configs/xilinx-ppc405-generic_defconfig index e7132cd611..85bc3b97ff 100644 --- a/configs/xilinx-ppc405-generic_defconfig +++ b/configs/xilinx-ppc405-generic_defconfig @@ -14,4 +14,4 @@ CONFIG_OF_EMBED=y CONFIG_OF_CONTROL=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y -CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc440-generic" +CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc405-generic"