commit | 36cc1c8144db8c0a84d7b79dd3011fb2a0398cfb | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Thu Dec 24 03:11:55 2009 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Thu Dec 24 03:11:55 2009 +0000 |
tree | 0522bdd685b608f066795f75bb905b31c3b56b43 | |
parent | 552420b0d677bfb8d3b0b487255b244964c948e9 [diff] |
Internal.c was always compiled in because it hosted the function internal_delay() Move that function to udelay.c and compile internal.c only if really needed. physmap.c is only needed if the programmer is internal or a PCI card. Make its compilation conditional. Corresponding to flashrom svn r822. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Idwer Vollering <vidwer@gmail.com>