On Thu, Mar 12, 2009 at 11:43 AM, Stefan Reinauer stepan@coresystems.de wrote:
On 12.03.2009 18:21 Uhr, Myles Watson wrote:
I wanted to compile without an mptable for debugging, but it wasn't as easy as I'd hoped. This makes it easier.
Since the asus/m2v_mx_se doesn't need mptables, remove mptable.c now that it compiles without it.
Build tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, r3998. I committed the generic part, but not the part that actually drops the mptable from m2v_mx_se since you mentioned you did this for debugging.
Thanks for committing it.
Sorry I wasn't more clear. I was debugging a different board (Tyan s2895) that actually has an mptable.
Dropping the compilation of the empty file was just minor cleanup.
Thanks, Myles