I am using mcuboot with the child image functionality.
my app should work for nrf52840dk and nrf5340dk.
I want to set up the configurations so that for each board, the right configurations would be chosen.
For the main image, I know this is pretty simple, I can just add the specific board configurations I want for nrf5340dk to nrf5340dk_nrf5340_cpuapp.conf for example.
How do I do the equivalent for the child image?
I need to add:
to the mcuboot child image on lt when it is flashed to the nrf5340dk.
shlomo