[SLOF] [PATCH] Remove superfluous checkpoints in tree.fs

Alexey Kardashevskiy aik at ozlabs.ru
Tue Dec 20 18:00:26 AEDT 2016


On 20/12/16 06:06, Thomas Huth wrote:
> Printing a checkpoint only makes sense when there is some code between
> the checkpoint and the next one. In tree.fs, there are a couple of
> checkpoints without real code inbetween, so they are completely useless.
> Let's simply remove them.
> 
> Signed-off-by: Thomas Huth <thuth at redhat.com>

Thanks, applied.

> ---
>  board-qemu/slof/tree.fs | 16 ----------------
>  1 file changed, 16 deletions(-)
> 
> diff --git a/board-qemu/slof/tree.fs b/board-qemu/slof/tree.fs
> index 46f7e8f..e71743b 100644
> --- a/board-qemu/slof/tree.fs
> +++ b/board-qemu/slof/tree.fs
> @@ -98,8 +98,6 @@ include fbuffer.fs
>  \ Now do it
>  populate-vios
>  
> -580 cp
> -
>  5a0 cp
>  
>  #include "pci-scan.fs"
> @@ -155,18 +153,6 @@ populate-pci-busses
>  \ Add rtas cleanup last
>  ' rtas-quiesce add-quiesce-xt
>  
> -640 cp
> -
> -690 cp
> -
> -6a0 cp
> -
> -6a8 cp
> -
> -6b0 cp
> -
> -6b8 cp
> -
>  6c0 cp
>  
>  \ Do not assume that cpu0 is available
> @@ -179,8 +165,6 @@ set-chosen-cpu
>  
>  s" /memory at 0" open-dev encode-int s" memory" set-chosen
>  
> -6e0 cp
> -
>  700 cp
>  
>  \ See 3.5.
> 


-- 
Alexey


More information about the SLOF mailing list