Commit e23e7de
driver/bareboxdriver.py: Add parameter 'boot_command'
To adapt the BareboxDriver and be consistent with the
UBootDriver, the parameter 'boot_command' is added.
Now you can do something like this:
targets:
main:
drivers:
BareboxDriver:
boot_command: "boot net"
Signed-off-by: Fabian Meuren <f.meuren@phytec.de>
[bst: moved documentation update from next to this commit
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent ecb6fe5 commit e23e7de
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1999 | 1999 | | |
2000 | 2000 | | |
2001 | 2001 | | |
| 2002 | + | |
2002 | 2003 | | |
2003 | 2004 | | |
2004 | 2005 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
227 | | - | |
| 229 | + | |
0 commit comments