Hello,
i am trying to build the kernel from last AM180x SDK PSP Source Code (am180x-evm-sdk-src-05.03.02.00.tar.gz). I am doing:
make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- menuconfig
make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- uImage
I got the next error:
drivers/mfd/twl-core.c:41:24: fatal error: plat/board.h: No such file or directory
compilation terminated.
make[2]: *** [drivers/mfd/twl-core.o] Error 1
make[1]: *** [drivers/mfd] Error 2
make: *** [drivers] Error 2
Pls could you help me to fix this error?
Many thanks in advance