From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tabi Timur-B04825 Date: Sat, 19 Nov 2011 17:18:58 +0000 Subject: [U-Boot] [PATCH] powerpc/85xx: clean up and document the QE/FMAN microcode macros In-Reply-To: <6E420F0A-8A23-454F-AC69-96E91E8166C1@freescale.com> References: <1320795635-6793-1-git-send-email-timur@freescale.com> <6E420F0A-8A23-454F-AC69-96E91E8166C1@freescale.com> Message-ID: <4EC7E500.1040602@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: >> > #ifdef CONFIG_QE >> > /* QE microcode/firmware address */ >> > -#define CONFIG_SYS_QE_FW_ADDR 0xefec0000 >> > -#define CONFIG_SYS_QE_FW_LENGTH 0x10000 >> > +#define CONFIG_SYS_QE_FMAN_FW_IN_NOR >> > +#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xefec0000 >> > +#define CONFIG_SYS_QE_FMAN_FW_LENGTH 0x10000 > this is wrong, there is no FMAN on this device. Macros that have "QE_FMAN" are used for QE and Fman. Does this device have a QE? Keep in mind that I'm just cleaning up existing usage. I'm not adding any functionality to any board. -- Timur Tabi Linux kernel developer at Freescale