summaryrefslogtreecommitdiffstats
path: root/board/compulab/cm_t35
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2014-11-03 11:32:22 +0200
committerTom Rini <trini@ti.com>2014-11-06 11:04:41 -0500
commit0b6f358c01ab0e2828cb34a8b60e565c72b6a764 (patch)
tree278668eaaddd071d0afa06be822210ad2749f51c /board/compulab/cm_t35
parent9886c3d7a803f639b975f63397cc24a3307fa7b6 (diff)
downloadblackbird-obmc-uboot-0b6f358c01ab0e2828cb34a8b60e565c72b6a764.tar.gz
blackbird-obmc-uboot-0b6f358c01ab0e2828cb34a8b60e565c72b6a764.zip
omap3: cm-t35: move get_board_serial() fallback
The fallback is used for cases when CONFIG_SERIAL_TAG defined, but the eeprom is not used. The fallback is useful for more than one CompuLab board, so move it to a common location. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/compulab/cm_t35')
-rw-r--r--board/compulab/cm_t35/cm_t35.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/compulab/cm_t35/cm_t35.c b/board/compulab/cm_t35/cm_t35.c
index 3b963183be..886c723900 100644
--- a/board/compulab/cm_t35/cm_t35.c
+++ b/board/compulab/cm_t35/cm_t35.c
@@ -457,16 +457,6 @@ int board_eth_init(bd_t *bis)
}
#endif
-void __weak get_board_serial(struct tag_serialnr *serialnr)
-{
- /*
- * This corresponds to what happens when we can communicate with the
- * eeprom but don't get a valid board serial value.
- */
- serialnr->low = 0;
- serialnr->high = 0;
-};
-
#ifdef CONFIG_USB_EHCI_OMAP
struct omap_usbhs_board_data usbhs_bdata = {
.port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
OpenPOWER on IntegriCloud