Makefile.dtbo: Suppress time information for ufdt_apply_overlay
Every time ufdt_apply_overlay runs, a message about how long
ufdt_apply_overlay took is generated. This message is not interesting
for verifying whether the DTBO is applies correctly.
All error messages from ufdt_apply_overlay come on stderr, so re-route
stdout to /dev/null.
Change-Id: Iacd1ed0e08fde432fa886a03d3f48cee0bf8f416
Signed-off-by: Elliot Berman <[email protected]>