Skip to content
Snippets Groups Projects
Commit 0a823aa2 authored by Harald Welte's avatar Harald Welte Committed by Wolfgang Denk
Browse files

Add 'license' command to U-Boot command line


The 'license' command includes the U-Boot license (GPLv2) into the
actual bootloader binary. The license text can be shown interactively
at the U-Boot commandline.

For products where the commandline can actually be accessed by the
end user, this helps to prevent inadvertent GPL violations, since the
GPLv2 license text can no longer be 'forgotten' to be included into
the product.

The 'license' command can be enabled by CONFIG_CMD_LICENSE.

Signed-off-by: default avatarHarald Welte <laforge@openmoko.org>
parent fe2ce550
No related branches found
No related tags found
No related merge requests found
Loading
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