diff mbox series

configs: ls1012afrwy: fix wrong env of board

Message ID 20200320090551.22660-1-biwen.li@nxp.com
State Accepted
Commit c8a7cadc81a064f1d00bb3255ee64a687ac73ebe
Headers show
Series configs: ls1012afrwy: fix wrong env of board | expand

Commit Message

Biwen Li March 20, 2020, 9:05 a.m. UTC
Fix wrong environment variable of board for ls1012afrwy

Signed-off-by: Biwen Li <biwen.li at nxp.com>
---
 include/configs/ls1012afrwy.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Priyanka Jain (OSS) March 30, 2020, 12:10 p.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Biwen Li
>Sent: Friday, March 20, 2020 2:36 PM
>To: Jagdish Gediya <jagdish.gediya at nxp.com>; Priyanka Jain
><priyanka.jain at nxp.com>; Pramod Kumar <pramod.kumar_1 at nxp.com>;
>Shengzhou Liu <shengzhou.liu at nxp.com>
>Cc: Alison Wang <alison.wang at nxp.com>; u-boot at lists.denx.de; Jiafei Pan
><jiafei.pan at nxp.com>; Biwen Li <biwen.li at nxp.com>
>Subject: [PATCH] configs: ls1012afrwy: fix wrong env of board
>
>Fix wrong environment variable of board for ls1012afrwy
>
>Signed-off-by: Biwen Li <biwen.li at nxp.com>
>---
Applied to u-boot-fsl-qoriq. Waiting upstream

Thanks
Priyanka
diff mbox series

Patch

diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h
index 8ed4defa21..aa57320ac2 100644
--- a/include/configs/ls1012afrwy.h
+++ b/include/configs/ls1012afrwy.h
@@ -8,6 +8,9 @@ 
 
 #include "ls1012a_common.h"
 
+#undef CONFIG_SYS_BOARD
+#define CONFIG_SYS_BOARD "ls1012afrwy"
+
 /* Board Rev*/
 #define BOARD_REV_A_B			0x0
 #define BOARD_REV_C			0x00080000