During board late init the environment is 'setup' to set the partid to 0
for QEMU. Change this so that QEMU targets behave just like silicon and
emulation targets such that partid is set to auto.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
setenv("setup", "setenv baudrate 4800 && setenv bootcmd run veloce");
case ZYNQMP_CSU_VERSION_EP108:
case ZYNQMP_CSU_VERSION_SILICON:
+ case ZYNQMP_CSU_VERSION_QEMU:
setenv("setup", "setenv partid auto");
break;
- case ZYNQMP_CSU_VERSION_QEMU:
default:
setenv("setup", "setenv partid 0");
}