Skip to content

Commit 433c23d

Browse files
committed
[NXP][platform][rw61x] Add support of boot reason
Signed-off-by: Martin Girardot <martin.girardot@nxp.com> (cherry picked from commit d8f44419ea89d5ecec73fe8d82fdb30d444f49b3)
1 parent 21f5301 commit 433c23d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/nxp/rt/rw61x/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source_set("nxp_ota") {
3434
}
3535

3636
config("nxp_platform_config") {
37-
defines = [ "EXTERNAL_BLEMANAGERIMPL_HEADER=\"platform/nxp/common/ble_zephyr/BLEManagerImpl.h\"" ]
37+
defines = [ "EXTERNAL_BLEMANAGERIMPL_HEADER=\"platform/nxp/common/ble_zephyr/BLEManagerImpl.h\"", "CONFIG_BOOT_REASON_SDK_SUPPORT=1" ]
3838
include_dirs = [
3939
".",
4040
"../../common",
@@ -67,6 +67,7 @@ config("nxp_platform_config") {
6767
if (chip_enable_wifi && chip_enable_openthread && !chip_enable_secondary_nwk_if) {
6868
defines += [ "_NO_GENERIC_THREAD_NETWORK_COMMISSIONING_DRIVER_" ]
6969
}
70+
7071
}
7172

7273
static_library("nxp_platform") {

0 commit comments

Comments
 (0)