From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Thu, 11 Jun 2009 13:32:29 +0300 Subject: [U-Boot] NAND FDT mapping on Canyonlands Message-ID: <4A30DD3D.4060404@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Canyonlands board port has its own version of ft_board_setup(), overriding the generic one from cpu/ppc4xx/fdt.c. Canyonlands version is missing the code that sets OPB/PLB mappings in device tree. As a result, Linux NAND driver is unusable on this board, as it fails to find a relevant NAND EBC mapping. Will a patch adding OPB/PLD mapping code to Canyonlands version of ft_board_setup() be accepted ? Felix.