diff options
author | Ricardo Ribalda <ricardo.ribalda@gmail.com> | 2016-02-04 14:45:00 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-02-06 15:41:18 +0100 |
commit | 1a9115ecfecf8713de077a68e6c8f599a55fc759 (patch) | |
tree | 565b610ade4db1b960eb248165bff24129f924e7 /configs/xilinx-ppc405-generic_defconfig | |
parent | abbf2d9b56f2583b5f047f64a6efe11c01ef8d4b (diff) | |
download | u-boot-1a9115ecfecf8713de077a68e6c8f599a55fc759.tar.gz |
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=<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>
Diffstat (limited to 'configs/xilinx-ppc405-generic_defconfig')
-rw-r--r-- | configs/xilinx-ppc405-generic_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |