Change tegra2 binary builder to use board=tegra2_dev-board instead of tegra2.

This aligns the binary builder with the full builder.

BUG=NA
TEST=NA

Review URL: http://codereview.chromium.org/5839004
This commit is contained in:
Scott Zawalski 2010-12-16 13:44:32 -08:00
parent f19dea58e9
commit 4228f22c97

View File

@ -100,7 +100,7 @@ config['x86_pineview_bin'] = {
'push_overlays': None,
}
config['arm_tegra2_bin'] = {
'board' : 'tegra2',
'board' : 'tegra2_dev-board',
'uprev' : True,
'master' : False,
'important' : False,