Ronald G Minnich <[EMAIL PROTECTED]> writes:
> On 23 Mar 2001, Eric W. Biederman wrote:
>
> > The biggest difference is that you now need to set arch
> > at the top of your config file for NLBconfig.py and you need
> > to specify which kind of rom you are using. Though that probably
> > needs to move into the config files for individual mainboards.
>
> yes, when I fix this (or Ollie fixes it) we'll be putting arch in the
> mainboard file, and will likely have the flashtype in most of those files
> as well.
That sounds like the right thing todo. Progresive refinement is
great.
Note there is a dependency that for consitency we need arch (which
pulls in make.base) to come very early so we can count on it's
definitions being there, and being overrideable it later files.
Currently NLBConfig.py forces arch to be first to renforce this for me
but it shouldn't be hard to make mainboard first and arch second.
> Thanks, eric.
Welcome.
Eric