|
@@ -1230,11 +1230,13 @@ PXENV_EXIT_t pxenv_undi_loader ( undi_loader_t *loader ) {
|
1230
|
1230
|
* this, but it's currently split interestingly between main()
|
1231
|
1231
|
* and main_loop()...
|
1232
|
1232
|
*/
|
1233
|
|
- print_config();
|
1234
|
|
- get_memsizes();
|
1235
|
|
- cleanup();
|
1236
|
|
- relocate();
|
1237
|
|
- cleanup();
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+ /* CHECKME: Our init functions have probably already been
|
|
1236
|
+ called by the ROM prefix's call to setup(), haven't
|
|
1237
|
+ they? */
|
|
1238
|
+
|
|
1239
|
+
|
1238
|
1240
|
|
1239
|
1241
|
/* We have relocated; the loader pointer is now invalid */
|
1240
|
1242
|
loader = phys_to_virt ( loader_phys );
|