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

Kconfig: Reword firmware images type to add SM variant #513

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ config IMAGE_SWUPDATE
partition layout to an A/B rootfs.

config IMAGE_BOOT
bool "Firmware image for PG1, PG2 and M.2 devices"
bool "Firmware images"
help
Build firmware images that are responsible for booting IOT2050
devices. Two artifacts are generated: iot2050-pg1-image-boot.bin
for Product Generation 1 devices and iot2050-pg2-image-boot.bin for
Product Generation 2 devices, including M.2 variants.
Product Generation 2 devices, including M.2 and SM variants.

WARNING: Do not flash this image onto your device unless you know
that it fits AND you have an external flash programmer at hand that
Expand Down