From patchwork Fri Mar 20 09:05:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biwen Li X-Patchwork-Id: 243996 List-Id: U-Boot discussion From: biwen.li at nxp.com (Biwen Li) Date: Fri, 20 Mar 2020 17:05:51 +0800 Subject: [PATCH] configs: ls1012afrwy: fix wrong env of board Message-ID: <20200320090551.22660-1-biwen.li@nxp.com> Fix wrong environment variable of board for ls1012afrwy Signed-off-by: Biwen Li --- include/configs/ls1012afrwy.h | 3 +++ 1 file changed, 3 insertions(+) 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