Commit 1de4099
committed
boot: Remove impl of Info for Linux Boot Protocol
The Linux Boot Protocol is no longer supported for starting RVH and as
such there is no need to implemement that trait.
In this case the trait was also being overloaded for access to some code
for booting *with* the Linux Boot Protocol and so those functions are
now directly included in `boot::Params`.
Signed-off-by: Rob Bradford <[email protected]>1 parent 2c51237 commit 1de4099
1 file changed
+3
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | | - | |
135 | 133 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 134 | + | |
147 | 135 | | |
148 | 136 | | |
149 | | - | |
| 137 | + | |
| 138 | + | |
150 | 139 | | |
151 | 140 | | |
152 | 141 | | |
| |||
0 commit comments