From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 4 Feb 2016 14:53:39 +0100 Subject: [U-Boot] [PATCH] ppc: xilinx-ppc405-generic In-Reply-To: <1454593500-12650-1-git-send-email-ricardo.ribalda@gmail.com> References: <1454593500-12650-1-git-send-email-ricardo.ribalda@gmail.com> Message-ID: <56B357E3.2090403@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04.02.2016 14:45, Ricardo Ribalda Delgado wrote: > 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 > --- > configs/xilinx-ppc405-generic_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/xilinx-ppc405-generic_defconfig b/configs/xilinx-ppc405-generic_defconfig > index e7132cd61152..85bc3b97ff38 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" > Reviewed-by: Stefan Roese Thanks, Stefan