netboot: Handle the "params" area having zero size.

If the params area has zero size, xmalloc will return NULL. A later assert
will trigger, killing depthcharge. This checks for the zero sized storage area
and just reports success.

Change-Id: If14b2d06c22e126fa40ad2e8a67844e4aca05228
1 file changed