Hi,
As James wrote the boot core is by default core1.
As the Boot assist code programmed in NXP factory is VLE code.
Actually you can start device with only core0 via custom RCHW, but your device will crash right after first few instructions. It will require custom BAF code. And I am not sure if this is possible on latest cut or this area is already OTP due to unintended erases of BAF by customers.
Your device booting by default from core1. In BAF the core0 is enabled so your SW can be executed right after reset from core0. I see no issue here except increased power consumption as there is no way to disable core1 except device reset.
Peter