From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 11:16:24 -0700 Subject: [U-Boot] [PATCH 1/3][v3] powerpc/common/vsc3316: remove const from vsc3316_config parameter define In-Reply-To: <1376908987-7496-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1376908987-7496-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5213B278.3040200@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 08/19/2013 03:43 AM, Shaohui Xie wrote: > From: Shaohui Xie > > Since the parameters need to be modified according to different Serdes > protocols at runtime, the const will block this. Also remove const from > arrays define used by vsc3316_config. > > Signed-off-by: Shaohui Xie > --- > changes for V3: > 1. rebased on top of master branch. > > changes for V2: > 1. changed subject; > 2. fix broken on B4xxx boards; > > board/freescale/b4860qds/b4860qds_crossbar_con.h | 12 ++++++------ > board/freescale/common/vsc3316_3308.c | 2 +- > board/freescale/common/vsc3316_3308.h | 2 +- > board/freescale/t4qds/t4240qds.c | 8 ++++---- > 4 files changed, 12 insertions(+), 12 deletions(-) > Applied to u-boot-mpc85xx/master. BTW, very confusing when you submit patches with your name but with another email address Shengzhou.Liu at freescale.com. York