dev: gcdb: display: use strlcpy, not strcpy

As part of recent fastboot oem changes, strcpy API was
used which is deprecated. Replace such instances with
'strlcpy' API.

Change-Id: Ibbe8e47320bf627c55dc3c90d39acf081baf7f14
1 file changed