#!/usr/bin/env python3
# Copyright (c) 2006-2010 Arastra, Inc.  All rights reserved.
# Arastra, Inc. Confidential and Proprietary.

import Ark
import PlxEepromUpgrade

PlxEepromUpgrade.updatePlxEeprom( Ark.getPlatform(), True, False )
