Browse Source

db410c: serial# env using msm board serial

The serial# environment variable needs to be
defined so it will be used by fastboot as serial
for the endpoint descriptor.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Ramon Fried 6 years ago
parent
commit
2df573e6a5
2 changed files with 11 additions and 0 deletions
  1. 1 0
      arch/arm/mach-snapdragon/Kconfig
  2. 10 0
      board/qualcomm/dragonboard410c/dragonboard410c.c

+ 1 - 0
arch/arm/mach-snapdragon/Kconfig

@@ -14,6 +14,7 @@ choice
 
 config TARGET_DRAGONBOARD410C
 	bool "96Boards Dragonboard 410C"
+	select BOARD_LATE_INIT
 	help
 	  Support for 96Boards Dragonboard 410C. This board complies with
 	  96Board Open Platform Specifications. Features:

+ 10 - 0
board/qualcomm/dragonboard410c/dragonboard410c.c

@@ -151,6 +151,16 @@ int board_init(void)
 	return 0;
 }
 
+int board_late_init(void)
+{
+	char serial[16];
+
+	memset(serial, 0, 16);
+	snprintf(serial, 13, "%x", msm_board_serial());
+	env_set("serial#", serial);
+	return 0;
+}
+
 /* Fixup of DTB for Linux Kernel
  * 1. Fixup installed DRAM.
  * 2. Fixup WLAN/BT Mac address: