On 11/2/06, Robin Gilks <[EMAIL PROTECTED]> wrote: > I'm sure this is a common one but I'm a bit stuck (like the target is > really!!) > > I'm real confused about what options to enable for a generic 866 series > target - I'm got CONFIG_MPC86xADS and CONFIG_FADS enabled in the > platform section but I'm not clear as to whether that will cause the > startup code to look for an ADS EPROM chip or look for a bd_t struct of > data from the bootloader.
You should probably have just have CONFIG_8xx and CONFIG_YOUR_OWN_BOARD defined. Don't enable these other boards, since that just makes the code to access some board specific control registers you don't have. This surely leads to machine check exceptions or other erratic behavior. However, it may be useful to grep all the CONFIG_MPC86xADS and CONFIG_FADS code sections, and check if you should implement something similar to these code blocks that applies to your own board. _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded