diff options
author | Greg Watson <gwatson@lanl.gov> | 2005-10-19 22:01:33 +0000 |
---|---|---|
committer | Greg Watson <gwatson@lanl.gov> | 2005-10-19 22:01:33 +0000 |
commit | 58cb0bf1dfe1fa39760c3edcc68146fe6ed9d474 (patch) | |
tree | 73949fa010177f62c86060b61c4df00f52e732e4 /src | |
parent | aa9ef4195a12feb7b9ccc9bc9dc24806df13c022 (diff) |
cpu options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2063 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/momentum/apache/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/momentum/apache/Options.lb b/src/mainboard/momentum/apache/Options.lb index 548c72bcb6..14fccf08b5 100644 --- a/src/mainboard/momentum/apache/Options.lb +++ b/src/mainboard/momentum/apache/Options.lb @@ -69,8 +69,8 @@ default _IO_BASE=ISA_IO_BASE ## default TTYS0_BASE=0xef600300-ISA_IO_BASE -## Enable PPC405 instructions -default CPU_OPT="-mcpu=405" +## Enable 64 bit instructions +default CPU_OPT="-m64" #default CPU_OPT="" ## Use stage 1 initialization code |