diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-30 08:01:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-30 08:01:43 +0000 |
commit | 9050b71802b801b24544013e6a515350b615ee68 (patch) | |
tree | af2dd624b1a997d3681f26a0704ea9810ffb3ea6 /src/mainboard/gigabyte | |
parent | 7ac3df8ae29b787e94b22a2c3f4b21b15c22298c (diff) |
unify cmos.layout wrt AMD extended configuration registers.
This removes double preprocessor define warnings from many boards.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5323 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/cmos.layout | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/cmos.layout | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout b/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout index af5c7cd800..61ec7fcd9b 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout +++ b/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout @@ -67,7 +67,7 @@ entries 728 256 h 0 user_data 984 16 h 0 check_sum # Reserve the extended AMD configuration registers -1000 24 r 0 reserved_memory +1000 24 r 0 amd_reserved diff --git a/src/mainboard/gigabyte/m57sli/cmos.layout b/src/mainboard/gigabyte/m57sli/cmos.layout index e6fff6f509..10a8e9fce9 100644 --- a/src/mainboard/gigabyte/m57sli/cmos.layout +++ b/src/mainboard/gigabyte/m57sli/cmos.layout @@ -67,7 +67,7 @@ entries 728 256 h 0 user_data 984 16 h 0 check_sum # Reserve the extended AMD configuration registers -1000 24 r 0 reserved_memory1 +1000 24 r 0 amd_reserved |