[SLOF] [PATCH] Remove superfluous checkpoints in tree.fs
Thomas Huth
thuth at redhat.com
Tue Dec 20 06:06:47 AEDT 2016
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>
---
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.
--
1.8.3.1
More information about the SLOF
mailing list