ppc: xilinx-ppc405-generic
authorRicardo Ribalda <ricardo.ribalda@gmail.com>
Thu, 4 Feb 2016 13:45:00 +0000 (14:45 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sat, 6 Feb 2016 14:41:18 +0000 (15:41 +0100)
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=<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 <ricardo.ribalda@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/xilinx-ppc405-generic_defconfig

index e7132cd..85bc3b9 100644 (file)
@@ -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"