diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-03-19 17:50:54 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-03-19 17:50:54 +0000 |
commit | 3cb4dc9c6b9f86f2465f85a1eddee301fbab648d (patch) | |
tree | 9b8ae5e0a54eff266fcfb2cdc58dfc8924b19823 /src/config | |
parent | 677267a82a65c5ad802869171e3de6e5e7e270d4 (diff) | |
download | coreboot-3cb4dc9c6b9f86f2465f85a1eddee301fbab648d.tar.xz |
small cleanup attempt in sc520 code. there needs to be some major spring
cleaning
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2214 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 33e132b33e..b5569673d7 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -817,7 +817,7 @@ end define HT_CHAIN_UNITID_BASE default 1 export always - comment "this will be first hypertransport device's unitid base, if sb ht chain only has one ht device, it could be 0" + comment "first hypertransport device's unitid base. if southbridge ht chain only has one ht device, it could be 0" end define HT_CHAIN_END_UNITID_BASE |