"Eric W. Biederman" wrote:
> 
> 
> It looks like _RAMBASE is numeric because of the docipl case.
> 
> The following patch fixes it for me.
> Is this good enough or is there another case through that script
> that will create numeric values?
> 
> > --- checkin/freebios/util/config/NLBConfig.py   Wed Aug 15 14:47:07 2001
> +++ freebios/util/config/NLBConfig.py   Wed Aug 15 20:58:50 2001
> @@ -341,8 +341,8 @@
>         # Now we need a mainboard-specific include path
>         userrules.append("\tcc $(CFLAGS) -I%s -c $<" % mainboard_dir)
>         # now set new values for the ldscript.ld.  Should be a script?
> -       set_option("_RAMBASE", 0x4000)
> -       set_option("_ROMBASE", 0x80000)
> +       set_option("_RAMBASE", "0x4000")
> +       set_option("_ROMBASE", "0x80000")
> 

It works. 

Ollie

Reply via email to