Landau, Bracha wrote: > I am running linux kernel 2.6.13 on a MPC8272ADS board. When I compile the > kernel with the 8250 serial driver, the kernel crashes when loading it. It > crashes also if compiled as a module and insmod'ed later. > Has anyone had experience with this?
That's because this board does not have 8250 serial, you should use CPM_UART(SCC1 and SCC4) instead (take a look at the arch/ppc/configs/ads8272_defconfig) -- Sincerely, Vitaly
