Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for NXP i.MX RT flash configuration to not force .flash_config #446

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Apr 26, 2024

Fix for NXP i.MX RT flash configuration to not force .flash_config when building wolfBoot as library. ZD 17850.

@dgarske dgarske requested a review from bigbrett April 26, 2024 18:41
@dgarske dgarske self-assigned this Apr 26, 2024
@@ -218,6 +218,16 @@ bootloader_api_entry_t *g_bootloaderTree;
#define LUT_SEQ_IDX_14 (0x38U) /* RESERVED */
#define LUT_SEQ_IDX_15 (0x3CU) /* Dummy */

#ifdef TARGET_library
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add a quick blurb about this new macro to the docs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure can do. It's not a new macro, really. When you use the config/examples/library.config the TARGET=library, which does a CFLAG for -DTARGET_library.

@danielinux danielinux merged commit 9126150 into wolfSSL:master Apr 29, 2024
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants