Skip to content

Commit 0334f04

Browse files
amithashfacebook-github-bot
authored andcommitted
Add flash procedure for inspirationpoint
Summary: As title Test Plan: #doitlive Reviewed By: wangx6f Differential Revision: D46664901 fbshipit-source-id: 07450345e53f362efc5e89136666810b7af8632e
1 parent 818311a commit 0334f04

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/**
2+
* Copyright 2020-present Facebook. All Rights Reserved.
3+
*
4+
* This program file is free software; you can redistribute it and/or modify it
5+
* under the terms of the GNU General Public License as published by the
6+
* Free Software Foundation; version 2 of the License.
7+
*
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program in a file named COPYING; if not, write to the
15+
* Free Software Foundation, Inc.,
16+
* 51 Franklin Street, Fifth Floor,
17+
* Boston, MA 02110-1301 USA
18+
*/
19+
20+
package flash_procedure
21+
22+
import (
23+
"github.com/facebook/openbmc/tools/flashy/lib/flash"
24+
"github.com/facebook/openbmc/tools/flashy/lib/step"
25+
)
26+
27+
func init() {
28+
step.RegisterStep(flash.FlashCp)
29+
}

0 commit comments

Comments
 (0)