Use a real variable to configure rom base for vsa ...
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2301 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ad97691c40
commit
49a89f19f2
|
@ -260,7 +260,9 @@ void do_vsmbios(void)
|
|||
* much better parameterized
|
||||
*/
|
||||
//rom = 0xfff80000;
|
||||
rom = 0xfffc0000;
|
||||
//rom = 0xfffc0000;
|
||||
/* the VSA starts at the base of rom - 128k */
|
||||
rom = ((unsigned long) 0) - (ROM_SIZE + 128*1024);
|
||||
|
||||
buf = (unsigned char *) rom;
|
||||
printk_debug("buf %p *buf %d buf[256k] %d\n",
|
||||
|
|
Loading…
Reference in New Issue