diff mbox

[flasher] Enable Venice2 board by default

Message ID 1392762036-13147-1-git-send-email-swarren@wwwdotorg.org
State Accepted, archived
Headers show

Commit Message

Stephen Warren Feb. 18, 2014, 10:20 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

Now that mainline U-Boot contains support for Venice2, enable building
for Venice2 by default.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
Note that the support has been pulled into u-boot/master, but isn't yet
available on the git server due to replication latency:-( I won't
actually apply this until the commits show up.
---
 configs/venice2.board | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Warren Feb. 19, 2014, 5:08 p.m. UTC | #1
On 02/18/2014 03:20 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Now that mainline U-Boot contains support for Venice2, enable building
> for Venice2 by default.

I have applied this.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configs/venice2.board b/configs/venice2.board
index 1dfb14c5ec9e..73b23ae86dd2 100644
--- a/configs/venice2.board
+++ b/configs/venice2.board
@@ -1,5 +1,4 @@ 
 board = {
     'vendor': 'nvidia',
     'soc': 'tegra124',
-    'disabled': True,
 }