[PATCH 07/14] ARM: i.MX53 tqma53: Set model from devicetree

Sascha Hauer s.hauer at pengutronix.de
Wed May 7 01:04:37 PDT 2014


The model is correctly set from the devicetree, no need to do it
from code.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/boards/tqma53/board.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boards/tqma53/board.c b/arch/arm/boards/tqma53/board.c
index 8f8a6a4..055ceeb 100644
--- a/arch/arm/boards/tqma53/board.c
+++ b/arch/arm/boards/tqma53/board.c
@@ -30,7 +30,6 @@ static int tqma53_devices_init(void)
 	if (!of_machine_is_compatible("tq,tqma53"))
 		return 0;
 
-	barebox_set_model("TQ tqma53");
 	barebox_set_hostname("tqma53");
 
 	if (bootsource_get() == BOOTSOURCE_MMC &&
-- 
2.0.0.rc0




More information about the barebox mailing list