commit | 41bea03aa58feadd00a742fe23ba5620e6a2b692 | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Thu Jul 29 13:17:37 2010 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Thu Jul 29 13:17:37 2010 +0000 |
tree | bc6156de503d10205b42e8bece184fd354b6a3bf | |
parent | fd7075ae75c04df49f61a7617e772c54e0b4984d [diff] |
Allow compilation on architectures without direct hardware access primitives Allow compilation on all architectures even if direct hardware access primitives are missing, if all you need is userspace access to the serial port (serprog, buspirate) or no access at all (dummy). Corresponding to flashrom svn r1116. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>