ofnvram: support CHRP style OF config partition.

This commit is contained in:
Maxim Poliakovski
2023-02-15 00:41:21 +01:00
parent d76433f112
commit c188d0251a
3 changed files with 431 additions and 88 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ void enter_debugger() {
int log_level, context;
size_t separator_pos;
unique_ptr<OfNvramUtils> ofnvram = unique_ptr<OfNvramUtils>(new OfNvramUtils);
unique_ptr<OfConfigUtils> ofnvram = unique_ptr<OfConfigUtils>(new OfConfigUtils);
context = 1; /* start with the PowerPC context */