s2895 failover build
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0ab46b9026
commit
a112bb0bca
|
@ -2,7 +2,11 @@
|
|||
* Copyright 2004 Tyan Computer
|
||||
* by yhlu@tyan.com
|
||||
*/
|
||||
|
||||
#if HT_CHAIN_END_UNITID_BASE < HT_CHAIN_UNITID_BASE
|
||||
#define CK804_DEVN_BASE HT_CHAIN_END_UNITID_BASE
|
||||
#else
|
||||
#define CK804_DEVN_BASE HT_CHAIN_UNITID_BASE
|
||||
#endif
|
||||
|
||||
static void ck804_enable_rom(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue