The Bootloader integration scenario comes already configured with at least one COM boot source. This means that the boot source references an already existing ComManager session, which can have HTTP as the underlying protocol for transferring the application image.
In this case, besides ComManager, there are other components that are configured in order to have Ethernet traffic flow. Follow the next steps for completely removing the network boot support:
- Remove the HTTP COM boot source or just select another type other than COM.
- HTTP support must be disabled inside the ComManager general preferences.

- ComDal TCP/IP support must be disabled inside the general preferences panel.

- Afterwards, if there are no other ComManager sessions configured, you must remove the ComManager initialization and deinitialization from SysDal. Select the single item from the PowerUp container, and then remove ComManager_Init and ComManager_Deinit items.



After following these steps, you must regenerate the project and go again through the build process.