In my case, it should be

 

CONFIG_FALLBACK_SIZE = CONFIG_ROM_SIZE-CONFIG_FAILOVER_SIZE

 

It works now.

Thanks.

 

Zheng

 

 

 


From: Myles Watson [mailto:mylesgw@gmail.com]
Sent: Thursday, July 16, 2009 11:46 AM
To: Bao, Zheng; Coreboot
Subject: Re: [coreboot] What is the way to add a VGA ROM spaceintarget\xx\xx\Config.lb

 

 

On Wed, Jul 15, 2009 at 9:37 PM, Myles Watson <mylesgw@gmail.com> wrote:

> Only if I tried 64*1024, the building will be no error. But the
> coreboot.rom is still 1MB exactly.

I tried it with your Config.lb, except:

option CONFIG_ROM_SIZE = 960*1024

This builds a 968K image, so you'll probably have to pad your ROM.

Myles