hello:
i added a new machine item in arch/arm/mach-davinci/Kconfig and configure "menuconfig".
(also add it in mach-type)
then i make my new kernel,there are 2 error messages as below:
1.:no machine record defined
2.fs/built-in.o: In function `cramfs_fill_super':
file.c:(.text+0x74c1c): undefined reference to `get_mtd_device'
for error 1:
i have set all realte with ti-davinci options of "System Type--->" in menucoufig .
for error2:
i have include the header which declare the called function, but compiler still shows "undefined reference.."
now i have no idea to solve, ... do i miss sothing???
can any one teach me..thank you very much^^( forgive my bad english..)