]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm_t35/eeprom.c
cm-t35: print PCB revision information
[karo-tx-uboot.git] / board / cm_t35 / eeprom.c
index 4986b23786d8e5d788ac6de0a57781bfedb00b38..b0af103cdd42cc312ae8db4406070d5fb3a01ba3 100644 (file)
@@ -99,10 +99,10 @@ int cm_t3x_eeprom_read_mac_addr(uchar *buf)
 }
 
 /*
- * Routine: get_board_rev
- * Description: read system revision
+ * Routine: cm_t3x_eeprom_get_board_rev
+ * Description: read system revision from eeprom
  */
-u32 get_board_rev(void)
+u32 cm_t3x_eeprom_get_board_rev(void)
 {
        u32 rev = 0;
        char str[5]; /* Legacy representation can contain at most 4 digits */