diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-04-08 15:06:44 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-04-08 15:06:44 +0000 |
commit | 4839e2c495d16e7c49acd5eb933ef7f42e67713a (patch) | |
tree | d10755eafcdf03f6b535bb9428e4629a8cf6804d /src/mainboard/intel/xe7501devkit | |
parent | 604877eb2a29ee24d4c99659ae5155792c6e3628 (diff) |
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5380 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel/xe7501devkit')
-rw-r--r-- | src/mainboard/intel/xe7501devkit/cmos.layout | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/intel/xe7501devkit/cmos.layout b/src/mainboard/intel/xe7501devkit/cmos.layout index 39cfc31784..494af5bb61 100644 --- a/src/mainboard/intel/xe7501devkit/cmos.layout +++ b/src/mainboard/intel/xe7501devkit/cmos.layout @@ -1,16 +1,16 @@ # NOTE: This file must be in UNIX format (not DOS) or build_opt_tbl fails: -# "Error - Name is an invalid identifier in line" +# "Error - Name is an invalid identifier in line" entries #start-bit length config config-ID name -0 512 r 0 reserved_memory1 # We know nothing about the factory BIOS -512 512 r 0 reserved_memory2 # More factory BIOS +0 512 r 0 reserved_memory1 # We know nothing about the factory BIOS +512 512 r 0 reserved_memory2 # More factory BIOS # Work in progress. # This is where we would put the LB RTC_BOOT_BYTE options once the code # supports finding them there. -#1024 1 e 4 boot_option +#1024 1 e 4 boot_option #1025 1 e 4 last_boot #1026 1 e 1 ECC_memory #1028 4 r 0 reboot_bits |