Cleanup: DEFAULT.yaml should include locale_names section.

bmpblk_utility correctly supports this field, which can be used by the
factory process to map the localization to the correct locale. We forgot to
put the entries in the DEFAULT.yaml file. This change corrects that for
future releases.

BUG=none
TEST=none

Change-Id: Iea65d7439e6ef8cc8730ec1b862abba87041d93f
Reviewed-on: http://gerrit.chromium.org/gerrit/6424
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Tested-by: Bill Richardson <wfrichar@chromium.org>
diff --git a/utility/bmpblk_utility.cc b/utility/bmpblk_utility.cc
index ba3f04f..f4bde7c 100644
--- a/utility/bmpblk_utility.cc
+++ b/utility/bmpblk_utility.cc
@@ -109,7 +109,7 @@
     fclose(fp);
 
 
-    // HEY: Check the yaml file for self-consistency now. Warn on any problems.
+    // TODO: Check the yaml file for self-consistency. Warn on any problems.
     // All images should be used somewhere in the screens.
     // All images referenced in the screens should be defined.
     // All screens should be used somewhere in the localizations.
@@ -145,7 +145,6 @@
                  it->second.data.images[k].image_info_offset);
         }
       }
-      // TODO(wfrichar): print debugging info about locale_names
     }
   }