make_netboot: Revise to work with Depthcharge.

The 'make_netboot.sh' was designed for U-Boot, but all active projects
today are all using depthcharge. So, it should be safe to deprecate the
U-Boot logic:

 - The firmware name should be image.net.bin (Depthcharge) instead of
   nv_image*.bin (U-Boot style)
 - The copied kernel should be named as "vmlinuz", by Depthcharge's
   default configuration.

BUG=None
TEST=./make_netboot.sh --board gale;
     boot vmlinuz image.

Change-Id: I7a98045873030ae3c7ff53b158b02f9d024f655e
Reviewed-on: https://chromium-review.googlesource.com/411586
Commit-Ready: Hung-Te Lin <hungte@chromium.org>
Tested-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Wei-Han Chen <stimim@chromium.org>
1 file changed