Author: hailfinger Date: 2009-02-12 14:58:31 +0100 (Thu, 12 Feb 2009) New Revision: 3940
Modified: trunk/coreboot-v2/src/mainboard/amd/dbm690t/Config.lb trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c Log: Remove dead lines. Trivial.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Modified: trunk/coreboot-v2/src/mainboard/amd/dbm690t/Config.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/amd/dbm690t/Config.lb 2009-02-12 13:54:03 UTC (rev 3939) +++ trunk/coreboot-v2/src/mainboard/amd/dbm690t/Config.lb 2009-02-12 13:58:31 UTC (rev 3940) @@ -183,7 +183,6 @@ end
#The variables belong to mainboard are defined here. -#Define system_memory_size, the total memory on mainboard.
#Define gpp_configuration, A=0, B=1, C=2, D=3, E=4(default) #Define vga_rom_address = 0xfff0000
Modified: trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c =================================================================== --- trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c 2009-02-12 13:54:03 UTC (rev 3939) +++ trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c 2009-02-12 13:58:31 UTC (rev 3940) @@ -17,7 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
- #include <console/console.h> #include <arch/smp/mpspec.h> #include <device/pci.h>