From: Milton Miller Date: Thu, 10 Jul 2008 21:14:18 +0000 (-0500) Subject: [MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers X-Git-Tag: v2.6.27-rc1~69^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63af11ddb508ce7b2a270515244d145248cad7f;p=pandora-kernel.git [MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers Such a hardcoded address can cause a checkstop or machine check if the driver is in the kernel but the address is not acknowledged. Both drivers allow an address to be specified as either a module parameter or config option. Any future powerpc board should either use one of these methods or find the address in the device tree. Signed-off-by: Milton Miller Signed-off-by: David Woodhouse --- Reading git-diff-tree failed