Drop use of two deprecated defines
Per the header ocstackconfig.h, two defines are
deprecated with replacement. Change the single file
which still uses the old names. The header comment:
/**
* Maximum length of the Manufacturer name supported by the server
* for manufacturer name.
* @deprecated use MAX_PLATFORM_NAME_LENGTH instead.
*/
/**
* Maximum length of the URL to the Manufacturer details supported by
* the server.
* @deprecated use MAX_PLATFORM_URL_LENGTH instead.
*/
Change-Id: I40ae198120de175750447996ebd43bed9ec25fa8
Signed-off-by: Mats Wichmann <mats@linux.com>