]> git.baikalelectronics.ru Git - uboot.git/commit
mach-snapdragon: Fix overwriting last digit of serial number
authorJan-Christoph Tebbe <jan-christoph.tebbe@ithinx.io>
Mon, 16 Mar 2020 16:51:51 +0000 (17:51 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 3 Apr 2020 15:47:47 +0000 (11:47 -0400)
commitc59975ac601d06477b53ccbfcbb239163de912e4
tree8dc2e3aabb84207568a90301fea826f1f3843905
parent7fa19823ae0fd58844b8f1255f937213e118f7a3
mach-snapdragon: Fix overwriting last digit of serial number

When generating the MAC address based on the boards serial number
the last digit was overwritten with the null termination. That way
boards with serial numbers close to each other would use the same
MAC address.

Signed-off-by: Jan-Christoph Tebbe <Jan-Christoph.Tebbe@ithinx.io>
arch/arm/mach-snapdragon/misc.c