Define some variables that were not defined.  There are a couple left.  Do kbuildall then grep not.defined kbuildall.results/*<br>The interesting ones were GENERATE_*  I had to put them in twice to make it work correctly.  Once outside the menu setting the defaults, and once inside the menu.  Now they show up when they should, and are always defined<br>
<br>Define HAVE_INIT_TIMER to only exclude the three boards that define it to be 0 in newconfig.<br>Define MEM_TRAIN_SEQ to be an integer and set it correctly.<br>Remove CAR_FAM10 and just depend on NORTHBRIDGE_AMD_AMDFAM10<br>
MOVNTI is a performance enhancement, and should default to 0 so it doesn't break boards that forget to define it.<br><br>Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>
<br>Thanks,<br>Myles<br>