summaryrefslogtreecommitdiffstats
path: root/board/pandora
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-08-27 19:37:13 +0200
committerTom Rini <trini@konsulko.com>2015-10-22 14:18:30 -0400
commit679f82c349473c894159795c14a7fc0a8db0cd43 (patch)
treee80d31f3c6dab9fad904bfc0524cb3058aaccf9b /board/pandora
parent07815eb9f3f742237085e3eda947e095926212b0 (diff)
downloadtalos-obmc-uboot-679f82c349473c894159795c14a7fc0a8db0cd43.tar.gz
talos-obmc-uboot-679f82c349473c894159795c14a7fc0a8db0cd43.zip
omap-common: Common function to display die id, replacing omap3-specific version
This introduces omap_die_id_display to display the full die id. There is no need to store it in an environment variable, that no boot script is using anyway. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/pandora')
-rw-r--r--board/pandora/pandora.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index 59b5a7e2cd..b371a40d32 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -102,7 +102,7 @@ int misc_init_r(void)
TWL4030_BB_CFG_BBCHEN | TWL4030_BB_CFG_BBSEL_3200MV |
TWL4030_BB_CFG_BBISEL_500UA);
- dieid_num_r();
+ omap_die_id_display();
return 0;
}
OpenPOWER on IntegriCloud