[coreboot] Patch set updated for coreboot: e7d9b10 mptable: don't require mptable.c when generating from devtree

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Thu Aug 23 10:45:35 CEST 2012


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1479

-gerrit

commit e7d9b1096d8914d823de829f165a54ef18afa473
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Thu Aug 23 03:41:50 2012 -0500

    mptable: don't require mptable.c when generating from devtree
    
    Adding auto MPTABLE geeration broke the build. Not because of Sven,
    but because the stupid buildsystem _requires_ an empty mptable.c.
    Fix that (the requiring of empty mptable.c).
    The sad part is we need yet another kconfig variable.
    The happy part: In the future this should be the default.
    
    Also, ASUS DSBF had an empty mptable.c. get rid of it.
    
    Change-Id: I85aa669225d7a7c3db0c9bedd64722dedbb97c36
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 0 files changed

diff --git a/src/mainboard/asus/dsbf/mptable.c b/src/mainboard/asus/dsbf/mptable.c
deleted file mode 100644
index e69de29..0000000




More information about the coreboot mailing list