Minor fix in cpu.mk of bug causing an intended error message to not be displayed
Created by: yaronm-hailo
When building without setting BS_FIRMWARE_CPU
to a valid option I was not getting the intended error message because of a typo in the error line in cpu.mk
- it should be $(error ...)
and not $(erro ...)