diff mbox

[U-Boot,v3,1/3] am335x_evm: add support for BeagleBone Black DT name

Message ID 1363276521-11283-2-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini March 14, 2013, 3:55 p.m. UTC
From: Koen Kooi <koen@dominion.thruhere.net>

Cc: Matt Porter <mporter@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/am335x_evm.h |    2 ++
 1 file changed, 2 insertions(+)

Comments

Matt Porter March 14, 2013, 3:59 p.m. UTC | #1
On Thu, Mar 14, 2013 at 11:55:19AM -0400, Tom Rini wrote:
> From: Koen Kooi <koen@dominion.thruhere.net>
> 
> Cc: Matt Porter <mporter@ti.com>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  include/configs/am335x_evm.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index 33ee2c4..377a3c5 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -87,6 +87,8 @@
>  	"findfdt="\
>  		"if test $board_name = A335BONE; then " \
>  			"setenv fdtfile am335x-bone.dtb; fi; " \
> +		"if test $board_name = A335BNLT; then " \
> +			"setenv fdtfile am335x-boneblack.dtb; fi; " \
>  		"if test $board_name = A33515BB; then " \
>  			"setenv fdtfile am335x-evm.dtb; fi; " \
>  		"if test $board_name = A335X_SK; then " \

Koen has merged my pull request to the beagleboard/kernel tree so...

Acked-by: Matt Porter <mporter@ti.com>
Peter Korsgaard March 14, 2013, 4 p.m. UTC | #2
>>>>> "Tom" == Tom Rini <trini@ti.com> writes:

 Tom> From: Koen Kooi <koen@dominion.thruhere.net>
 Tom> Cc: Matt Porter <mporter@ti.com>
 Tom> Cc: Nishanth Menon <nm@ti.com>
 Tom> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 Tom> Signed-off-by: Tom Rini <trini@ti.com>

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>

 Tom> ---
 Tom>  include/configs/am335x_evm.h |    2 ++
 Tom>  1 file changed, 2 insertions(+)

 Tom> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
 Tom> index 33ee2c4..377a3c5 100644
 Tom> --- a/include/configs/am335x_evm.h
 Tom> +++ b/include/configs/am335x_evm.h
 Tom> @@ -87,6 +87,8 @@
 Tom>  	"findfdt="\
 Tom>  		"if test $board_name = A335BONE; then " \
 Tom>  			"setenv fdtfile am335x-bone.dtb; fi; " \
 Tom> +		"if test $board_name = A335BNLT; then " \
 Tom> +			"setenv fdtfile am335x-boneblack.dtb; fi; " \
 Tom>  		"if test $board_name = A33515BB; then " \
 Tom>  			"setenv fdtfile am335x-evm.dtb; fi; " \
 Tom>  		"if test $board_name = A335X_SK; then " \
 Tom> -- 
 Tom> 1.7.9.5
Nishanth Menon March 14, 2013, 4:45 p.m. UTC | #3
On Thu, Mar 14, 2013 at 10:55 AM, Tom Rini <trini@ti.com> wrote:
> From: Koen Kooi <koen@dominion.thruhere.net>
>
> Cc: Matt Porter <mporter@ti.com>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  include/configs/am335x_evm.h |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index 33ee2c4..377a3c5 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -87,6 +87,8 @@
>         "findfdt="\
>                 "if test $board_name = A335BONE; then " \
>                         "setenv fdtfile am335x-bone.dtb; fi; " \
> +               "if test $board_name = A335BNLT; then " \
> +                       "setenv fdtfile am335x-boneblack.dtb; fi; " \
Acked-by: Nishanth Menon <nm@ti.com>

Regards,
Nishanth Menon
Tom Rini March 26, 2013, 2:52 p.m. UTC | #4
On Thu, Mar 14, 2013 at 05:55:19AM -0000, Tom Rini wrote:

> From: Koen Kooi <koen@dominion.thruhere.net>
> 
> Cc: Matt Porter <mporter@ti.com>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> Signed-off-by: Tom Rini <trini@ti.com>
> Acked-by: Matt Porter <mporter@ti.com>
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> Acked-by: Nishanth Menon <nm@ti.com>

Along with the rest of the series, applied to u-boot-ti/master (and
already pulled into u-boot-arm/master), thanks!
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 33ee2c4..377a3c5 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -87,6 +87,8 @@ 
 	"findfdt="\
 		"if test $board_name = A335BONE; then " \
 			"setenv fdtfile am335x-bone.dtb; fi; " \
+		"if test $board_name = A335BNLT; then " \
+			"setenv fdtfile am335x-boneblack.dtb; fi; " \
 		"if test $board_name = A33515BB; then " \
 			"setenv fdtfile am335x-evm.dtb; fi; " \
 		"if test $board_name = A335X_SK; then " \