All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ppc: xilinx-ppc405-generic
@ 2016-02-04 13:45 Ricardo Ribalda Delgado
  2016-02-04 13:53 ` Stefan Roese
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ricardo Ribalda Delgado @ 2016-02-04 13:45 UTC (permalink / raw)
  To: u-boot

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>
---
 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"
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ppc: xilinx-ppc405-generic
  2016-02-04 13:45 [U-Boot] [PATCH] ppc: xilinx-ppc405-generic Ricardo Ribalda Delgado
@ 2016-02-04 13:53 ` Stefan Roese
  2016-02-04 17:41 ` Tom Rini
  2016-02-06 14:44 ` Anatolij Gustschin
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2016-02-04 13:53 UTC (permalink / raw)
  To: u-boot

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=<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>
> ---
>   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 <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ppc: xilinx-ppc405-generic
  2016-02-04 13:45 [U-Boot] [PATCH] ppc: xilinx-ppc405-generic Ricardo Ribalda Delgado
  2016-02-04 13:53 ` Stefan Roese
@ 2016-02-04 17:41 ` Tom Rini
  2016-02-06 14:44 ` Anatolij Gustschin
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-02-04 17:41 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 04, 2016 at 02:45:00PM +0100, 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=<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: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160204/b39e3b48/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ppc: xilinx-ppc405-generic
  2016-02-04 13:45 [U-Boot] [PATCH] ppc: xilinx-ppc405-generic Ricardo Ribalda Delgado
  2016-02-04 13:53 ` Stefan Roese
  2016-02-04 17:41 ` Tom Rini
@ 2016-02-06 14:44 ` Anatolij Gustschin
  2 siblings, 0 replies; 4+ messages in thread
From: Anatolij Gustschin @ 2016-02-06 14:44 UTC (permalink / raw)
  To: u-boot

Hi Ricardo,

On Thu,  4 Feb 2016 14:45:00 +0100
Ricardo Ribalda Delgado ricardo.ribalda at gmail.com 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=<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>
> ---
>  configs/xilinx-ppc405-generic_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-staging, thanks!

Anatolij

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-06 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 13:45 [U-Boot] [PATCH] ppc: xilinx-ppc405-generic Ricardo Ribalda Delgado
2016-02-04 13:53 ` Stefan Roese
2016-02-04 17:41 ` Tom Rini
2016-02-06 14:44 ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.