Skip to content
Snippets Groups Projects
Commit 05d5282b authored by Doug Anderson's avatar Doug Anderson Committed by Simon Glass
Browse files

patman: Add spaces back into patman test


The patman test code was failing because some extra spaces got
stripped when it was applied.  These spaces are critical to the test
code working.

Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 6ad77d88
No related branches found
No related tags found
Loading
...@@ -119,8 +119,8 @@ index 6f3748d..f9e4e65 100644 ...@@ -119,8 +119,8 @@ index 6f3748d..f9e4e65 100644
--- a/README --- a/README
+++ b/README +++ b/README
@@ -2026,6 +2026,17 @@ The following options need to be configured: @@ -2026,6 +2026,17 @@ The following options need to be configured:
example, some LED's) on your board. At the moment, example, some LED's) on your board. At the moment,
the following checkpoints are implemented: the following checkpoints are implemented:
+- Time boot progress +- Time boot progress
+ CONFIG_BOOTSTAGE + CONFIG_BOOTSTAGE
...@@ -134,7 +134,7 @@ index 6f3748d..f9e4e65 100644 ...@@ -134,7 +134,7 @@ index 6f3748d..f9e4e65 100644
+ You can add calls to bootstage_mark() to set time markers. + You can add calls to bootstage_mark() to set time markers.
+ +
- Standalone program support: - Standalone program support:
CONFIG_STANDALONE_LOAD_ADDR CONFIG_STANDALONE_LOAD_ADDR
diff --git a/common/bootstage.c b/common/bootstage.c diff --git a/common/bootstage.c b/common/bootstage.c
new file mode 100644 new file mode 100644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment