From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 7 Mar 2014 14:37:11 -0800 Subject: [U-Boot] [PATCH v4 1/2] QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR In-Reply-To: <1392694122-46482-1-git-send-email-B45475@freescale.com> References: <1392694122-46482-1-git-send-email-B45475@freescale.com> Message-ID: <531A4A17.6010904@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 On 02/17/2014 07:28 PM, Zhao Qiang wrote: > CONFIG_SYS_QE_FMAN_FW_ADDR is used to both Fman and QE for microcode address. > Now using CONFIG_SYS_FMAN_FW_ADDR for Fman microcode address, > and CONFIG_SYS_QE_FW_ADDR for QE microcode address. > > Signed-off-by: Zhao Qiang > --- > Changes for v2: > - no > Changes for v3: > - no > Changes for v4: > - no > > README | 9 +++++++-- > arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +- > drivers/net/fm/fm.c | 12 ++++++------ > drivers/qe/qe.c | 2 +- > include/configs/B4860QDS.h | 10 +++++----- > include/configs/MPC8569MDS.h | 2 +- > include/configs/P1023RDB.h | 2 +- > include/configs/P1023RDS.h | 4 ++-- > include/configs/P2041RDB.h | 10 +++++----- > include/configs/T1040QDS.h | 8 ++++---- > include/configs/T1040RDB.h | 8 ++++---- > include/configs/T1042RDB_PI.h | 8 ++++---- > include/configs/T2080QDS.h | 10 +++++----- > include/configs/T4240EMU.h | 2 +- > include/configs/T4240QDS.h | 10 +++++----- > include/configs/corenet_ds.h | 10 +++++----- > include/configs/km/km8309-common.h | 2 +- > include/configs/km/kmp204x-common.h | 2 +- Please double check the change for km. It has compiling error. It seems to use FMAN but you changed it to QE. York