-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bsp: lmp-machine-custom: Use weaker assign for UBOOT_SIGN_ENABLE
The goal is to provide an overridable default value to the UBOOT_SIGN_ENABLE variable. Using ??= to provide a default value for the imx generic bsp. This way, if a new machine is included in the platform, the default is defined by LmP. Using ? = to the reference machines, so it can be overrided by an .inc or a .conf file. To override the default value, use, for example: UBOOT_SIGN_ENABLE:sota:imx6ulevk = "0" Signed-off-by: Daiane Angolini <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters