configs: ls1012afrwy: fix wrong env of board
Fix wrong environment variable of board for ls1012afrwy Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
a023c3c2c8
commit
c8a7cadc81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user