From 46fa8be1b32d360bcff2adf5869ca6c84c2d5b5e Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Thu, 16 Dec 2010 13:32:37 -0800 Subject: [PATCH] Change tegra2 binary builder to use tegra2_dev-board as its board instead of just tegra2. --- bin/cbuildbot_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py index ba3706e0f5..2f7b6361dd 100644 --- a/bin/cbuildbot_config.py +++ b/bin/cbuildbot_config.py @@ -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,