[PATCH 0/3] Clarify standalone application support
Paul Barker
paul.barker at sancloud.com
Thu May 5 17:32:39 CEST 2022
While looking into the support for u-boot standalone applications I
noticed that there was some mis-alignment between the license exception
and the files which needed to be included to get a functioning
application. I also noticed that the set of SPI access functions
defined in the jump table was missing a key function and did not match
the set of prototypes defined in the exports header. These patches
should rectify the issues I found.
Paul Barker (3):
Licenses: Clarify exceptions for standalone apps
examples: hello_world: Drop inclusion of common header
exports: Fix export of SPI access functions
Licenses/Exceptions | 12 ++++++++----
examples/standalone/hello_world.c | 1 -
include/_exports.h | 4 ++++
include/exports.h | 15 ++++++++++++++-
4 files changed, 26 insertions(+), 6 deletions(-)
--
2.25.1
More information about the U-Boot
mailing list