}
if (patch) {
- /* Enable ATX and relay power switching */
- BD_SET(pos, PWRATX);
+ /* Enable relay power switching */
BD_SET(pos, PWRRELAY);
- /* Serial */
- BD_SET(pos, SERIAL2);
- /* ATX standby */
- BD_SET(pos, STANDBY);
}
printf("0x%08x: BOARD_DESCRIPTION: ", pos-fw);
print_boarddescription(pos);