boot: zephyr: Add PSOC Edge case in flash_map_extended.c#2673
boot: zephyr: Add PSOC Edge case in flash_map_extended.c#2673lauracarlesso wants to merge 1 commit into
Conversation
Add the correct selection for FLASH_DEVICE for the Infineon PSOC Edge family of devices. Signed-off-by: Laura Carlesso <laura.carlesso@infineon.com>
nordicjm
left a comment
There was a problem hiding this comment.
I have no idea why you are duplicating what already exists in lines 54 to 57
That section uses
whereas I need
for the purposes of the mcuboot I need FLASH DEVICE BASE to have value 0 but I still want to maintain CONFIG_FLASH_BASE_ADDRESS with its proper value throughout the rest of the implementation where it's used. |
that is not valid, so I'm not really sure what you're asking for or what you are doing, but it is wrong. If you are not using the |
|
Redesigned the implementation and this is no longer needed (nor would it have been valid) so closing the PR. |
Add the correct selection for FLASH_DEVICE for the Infineon PSOC Edge family of devices.