~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to kern/ieee1275/init.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <grub/env.h>
29
29
#include <grub/misc.h>
30
30
#include <grub/time.h>
31
 
#include <grub/machine/console.h>
 
31
#include <grub/ieee1275/console.h>
32
32
#include <grub/ieee1275/ofdisk.h>
33
33
#include <grub/ieee1275/ieee1275.h>
34
34
#include <grub/offsets.h>
224
224
 
225
225
  grub_ieee1275_init ();
226
226
 
227
 
  grub_console_init ();
 
227
  grub_console_init_early ();
228
228
#ifdef __i386__
229
229
  grub_get_extended_memory ();
230
230
#endif
231
231
  grub_claim_heap ();
 
232
  grub_console_init_lately ();
232
233
  grub_ofdisk_init ();
233
234
 
234
235
  /* Process commandline.  */