mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Merge "do not advertise RW-B in FMAP if it doesn't exist"
This commit is contained in:
@@ -144,6 +144,7 @@ const struct _ec_fmap {
|
||||
.area_flags = FMAP_AREA_STATIC,
|
||||
},
|
||||
|
||||
#ifndef CONFIG_NO_RW_B
|
||||
/* Firmware B */
|
||||
{
|
||||
.area_name = "RW_SECTION_B",
|
||||
@@ -169,5 +170,6 @@ const struct _ec_fmap {
|
||||
.area_size = CONFIG_VBLOCK_SIZE,
|
||||
.area_flags = FMAP_AREA_STATIC,
|
||||
},
|
||||
#endif /* CONFIG_NO_RW_B */
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user