diff mbox

[U-Boot,v2,2/3] am335x-evm: add support for BeagleBone Black DT name

Message ID 1360689337-20947-2-git-send-email-koen@dominion.thruhere.net
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Koen Kooi Feb. 12, 2013, 5:15 p.m. UTC
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 include/configs/am335x_evm.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Feb. 17, 2013, 8:06 p.m. UTC | #1
>>>>> "Koen" == Koen Kooi <koen@dominion.thruhere.net> writes:

 Koen> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 Koen> ---
 Koen>  include/configs/am335x_evm.h | 2 ++
 Koen>  1 file changed, 2 insertions(+)

 Koen> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
 Koen> index 2190a7d..951422c 100644
 Koen> --- a/include/configs/am335x_evm.h
 Koen> +++ b/include/configs/am335x_evm.h
 Koen> @@ -86,6 +86,8 @@
 Koen>  	"findfdt="\
 Koen>  		"if test $board_name = A335BONE; then " \
 Koen>  			"setenv fdtfile am335x-bone.dtb; fi; " \
 Koen> +		"if test $board_name = A335BNLT; then " \
 Koen> +			"setenv fdtfile am335x-bonelt.dtb; fi; " \

Where does the 'bonelt' name come from? Seems quite far from bone black
to me.

Other than that it looks fine.

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Koen Kooi Feb. 17, 2013, 10:49 p.m. UTC | #2
Op 17 feb. 2013 om 14:06 heeft Peter Korsgaard <jacmet@sunsite.dk> het volgende geschreven:

>>>>>> "Koen" == Koen Kooi <koen@dominion.thruhere.net> writes:
> 
> Koen> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> Koen> ---
> Koen>  include/configs/am335x_evm.h | 2 ++
> Koen>  1 file changed, 2 insertions(+)
> 
> Koen> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> Koen> index 2190a7d..951422c 100644
> Koen> --- a/include/configs/am335x_evm.h
> Koen> +++ b/include/configs/am335x_evm.h
> Koen> @@ -86,6 +86,8 @@
> Koen>      "findfdt="\
> Koen>          "if test $board_name = A335BONE; then " \
> Koen>              "setenv fdtfile am335x-bone.dtb; fi; " \
> Koen> +        "if test $board_name = A335BNLT; then " \
> Koen> +            "setenv fdtfile am335x-bonelt.dtb; fi; " \
> 
> Where does the 'bonelt' name come from? Seems quite far from bone black
> to me.

It's the old name for it, it's also used in the eeprom


> 
> Other than that it looks fine.
> 
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> 
> -- 
> Bye, Peter Korsgaard
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 2190a7d..951422c 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -86,6 +86,8 @@ 
 	"findfdt="\
 		"if test $board_name = A335BONE; then " \
 			"setenv fdtfile am335x-bone.dtb; fi; " \
+		"if test $board_name = A335BNLT; then " \
+			"setenv fdtfile am335x-bonelt.dtb; fi; " \
 		"if test $board_name = A33515BB; then " \
 			"setenv fdtfile am335x-evm.dtb; fi; " \
 		"if test $board_name = A335X_SK; then " \