We do not support PCI port I/O on non-x86 (yet). Atapromise needs PCI port I/O.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: flashrom-atapromise_x86_only/Makefile =================================================================== --- flashrom-atapromise_x86_only/Makefile (Revision 1933) +++ flashrom-atapromise_x86_only/Makefile (Arbeitskopie) @@ -387,6 +387,11 @@ else override CONFIG_ATAHPT = no endif +ifeq ($(CONFIG_ATAPROMISE), yes) +UNSUPPORTED_FEATURES += CONFIG_ATAPROMISE=yes +else +override CONFIG_ATAPROMISE = no +endif ifeq ($(CONFIG_SATAMV), yes) UNSUPPORTED_FEATURES += CONFIG_SATAMV=yes else