summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tqma53
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-06 11:12:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-09 17:41:45 +0200
commite27b8db069266a2b8d5b967875c201a4105ded0f (patch)
treee22662c671b039a83a05a3352cf509c28f8e76a9 /arch/arm/boards/tqma53
parent1f0db00f81d9c1a52d573d1e1cfd9c7b30ce1580 (diff)
downloadbarebox-e27b8db069266a2b8d5b967875c201a4105ded0f.tar.gz
barebox-e27b8db069266a2b8d5b967875c201a4105ded0f.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/tqma53')
-rw-r--r--arch/arm/boards/tqma53/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boards/tqma53/board.c b/arch/arm/boards/tqma53/board.c
index 8f8a6a49df..055ceeb03e 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 &&