Lines Matching refs:after
246 allocated immediately after the malloc() region is ready.
255 The buffer is allocated immediately after the malloc() region is
396 environment variables can be updated after boot to change the
414 start-up (after relocation). This causes the environment to be
566 bool "Call arch-specific init soon after relocation"
568 With this option U-Boot will call arch_early_init_r() soon after
574 bool "Call arch-specific init after relocation, when console is ready"
576 With this option U-Boot will call arch_misc_init() after
579 and will be called after the console is set up, after relocaiton.
585 after boot. With this option, U-Boot calls board_early_init_f()
586 after driver model is ready in the pre-relocation init sequence.
591 bool "Call board-specific init after relocation"
593 Some boards need to perform initialisation as directly after