I would like to use the EMAC for bootloading but I see a bit of a problem. Two of the boot mode GPIO are also used by the default EMAC pins namely TXER and RXDV. This causes a conflict since the ethernet switch to which this connects needs to power up in order to communicate but at the same time I need to drive these two pins low so that the processor kicks into EMAC boot mode. I can force the pins low but what indication via hardware might I have that the EMAC boot mode has been selected and now I can release the pins to function as part of the MAC interface? Or is there another way to approach this?