On Mon, Sep 07, 2009 at 02:38:22PM +0200, Wolfgang Denk wrote: > > then in the include/configs/*.h: > > #ifdef MPC8536DS_NAND > > blablabla > > #endif > > > > #ifdef MPC8536DS_NAND_36BIT > > blablabla > > #endif > > > > #ifdef MPC8536DS_36BIT > > blablabla > > #endif > > That would be CONFIG_MPC8536DS_NAND etc., but except of that that's > whaty I mean.
NAND and 36BIT are orthogonal options -- what is wrong with the previous suggestion of splitting them in mkconfig? With more than two orthogonal options, things will get rather silly trying to list every combination -- and it would be nice if it didn't matter which order the user specifies the options in. -Scott _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

