All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board: bananapi-m1: Fix to use dtb instead of dts
@ 2017-11-18 18:26 Jagan Teki
  2017-11-18 20:03 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Jagan Teki @ 2017-11-18 18:26 UTC (permalink / raw)
  To: buildroot

boot.cmd using dts file instead of dtb which was
added in below commit, so fix the same.

"board: Add Bananapi M1 support"
(sha1: 5f50fb8d1df51b622537da015f8c3b7b6dcbbc35)

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 board/bananapi/bananapi-m1/boot.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/bananapi/bananapi-m1/boot.cmd b/board/bananapi/bananapi-m1/boot.cmd
index fb7de1d..0cf6f4d 100644
--- a/board/bananapi/bananapi-m1/boot.cmd
+++ b/board/bananapi/bananapi-m1/boot.cmd
@@ -2,6 +2,6 @@ setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
 
 mmc dev 0
 fatload mmc 0 $kernel_addr_r zImage
-fatload mmc 0 $fdt_addr_r sun7i-a20-bananapi.dts
+fatload mmc 0 $fdt_addr_r sun7i-a20-bananapi.dtb
 
 bootz $kernel_addr_r - $fdt_addr_r
-- 
1.9.1

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

* [Buildroot] [PATCH] board: bananapi-m1: Fix to use dtb instead of dts
  2017-11-18 18:26 [Buildroot] [PATCH] board: bananapi-m1: Fix to use dtb instead of dts Jagan Teki
@ 2017-11-18 20:03 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-11-18 20:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Jagan" == Jagan Teki <jagannadh.teki@gmail.com> writes:

 > boot.cmd using dts file instead of dtb which was
 > added in below commit, so fix the same.

 > "board: Add Bananapi M1 support"
 > (sha1: 5f50fb8d1df51b622537da015f8c3b7b6dcbbc35)

 > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-11-18 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-18 18:26 [Buildroot] [PATCH] board: bananapi-m1: Fix to use dtb instead of dts Jagan Teki
2017-11-18 20:03 ` Peter Korsgaard

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.