From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 31 Jul 2015 08:56:50 -0700 Subject: [U-Boot] [PATCH][v2] mpc85xx/T104xRDB: Remove vbank check redundant code In-Reply-To: <1438231818-11413-1-git-send-email-Priyanka.Jain@freescale.com> References: <1438231818-11413-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <55BB9AC2.8080004@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 07/29/2015 09:50 PM, Priyanka Jain wrote: > sw variable in checkboard function is storing vbank value > which can only take 3-bit value. > So check of sw value for if greater than 7 is redundant. > > Signed-off-by: Priyanka Jain > --- > Changes for v2: > Corrected description to check is for 3-bit value Applied to u-boot-mpc85xx master after fixing subject. Thanks. York