|
Hi,
In fact, if you are using a custom board, it is maybe better to create another board file... So, in board-sam9m10g45ek.c file, it has been decided to use an indication from the "system_rev" variable that is passed to the Linux kernel by the bootloader through the ATAG mechanism. It replaces the old Kconfig value. If you use this board file and place a "1" at bit 31 of the system_rev, your system should understand that your NAND is connected in 16bits mode.
But for sure, your modification will work for your custom board.
Best regards,
|