[PATCH 2/3] examples: hello_world: Drop inclusion of common header

Paul Barker paul.barker at sancloud.com
Thu May 5 17:32:41 CEST 2022


The "common.h" header is not covered by the licensing exception for
standalone applications. Let's drop inclusion of this header from the
hello_world example to prove that a standalone app can be built without
it.

Signed-off-by: Paul Barker <paul.barker at sancloud.com>
---
 examples/standalone/hello_world.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/standalone/hello_world.c b/examples/standalone/hello_world.c
index 263cd9ca079d..27ec3793155d 100644
--- a/examples/standalone/hello_world.c
+++ b/examples/standalone/hello_world.c
@@ -4,7 +4,6 @@
  * Wolfgang Denk, DENX Software Engineering, wd at denx.de.
  */
 
-#include <common.h>
 #include <exports.h>
 
 int hello_world(int argc, char *const argv[])
-- 
2.25.1



More information about the U-Boot mailing list