From e27b8db069266a2b8d5b967875c201a4105ded0f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 6 May 2014 11:12:28 +0200 Subject: [PATCH] ARM: i.MX53 tqma53: Set model from devicetree The model is correctly set from the devicetree, no need to do it from code. Signed-off-by: Sascha Hauer --- 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 8f8a6a49d..055ceeb03 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 &&