summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-26 15:24:59 -0400
committerTom Rini <[email protected]>2022-10-26 15:24:59 -0400
commit8bc87a4c55a1723728374a5643f13bced37dad6b (patch)
treeb4ace98fe43682d20639adab97778dca140149c2 /examples
parentb487387226d49ba2f39757269fb95ea398e8f384 (diff)
parent9b0b5648d6e4d89aa594022e48894e811c250d5f (diff)
Merge branch '2022-10-26-assorted-fixes-and-updates'
- Reduce memory usage in SPL in some cases, clarify some standalone API license issues, fix a Kconfig dependency, pin to a specific version of python setuptools for now, fix a signing problem in mkimage and add a memory uclass.
Diffstat (limited to 'examples')
-rw-r--r--examples/standalone/hello_world.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/standalone/hello_world.c b/examples/standalone/hello_world.c
index 263cd9ca079..27ec3793155 100644
--- a/examples/standalone/hello_world.c
+++ b/examples/standalone/hello_world.c
@@ -4,7 +4,6 @@
* Wolfgang Denk, DENX Software Engineering, [email protected].
*/
-#include <common.h>
#include <exports.h>
int hello_world(int argc, char *const argv[])