On Wed, Jan 16, 2019 at 09:48:16AM +0100, Thomas Huth wrote: > sh7750.o and sh7750_regnames.o are "common" code of the r2d and shix > machine, and do not define a separate machine ... not sure whether we > need a separate CONFIG_SH7750 switch for this? I'd rather treat these > two file like sh_pci.o instead, and always include them unconditionally, > I think... Or do I miss something? a> Thanks Thomas, exactly, r2d_init() and shix_init all call sh7750_init().
Regards, Yang > Thomas