diff options
| author | Neil Armstrong <[email protected]> | 2020-09-21 09:34:14 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2020-10-05 17:59:45 +0200 |
| commit | cb4a7feb54b5143905f720afb582e2aeef4937ef (patch) | |
| tree | 3e6ea61589b70579aa88e1dd7e5d94276971129c | |
| parent | 5aeecbcf819055c68173f3e57700f11033c3186b (diff) | |
configs: vim3: use the vim3 board support
Use the newly added VIM3 board support instead of the generic W400.
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Tested-by: Kevin Hilman <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
| -rw-r--r-- | configs/khadas-vim3_defconfig | 2 | ||||
| -rw-r--r-- | configs/khadas-vim3l_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig index a39e0f9c9f5..ee5990426d8 100644 --- a/configs/khadas-vim3_defconfig +++ b/configs/khadas-vim3_defconfig @@ -1,5 +1,5 @@ CONFIG_ARM=y -CONFIG_SYS_BOARD="w400" +CONFIG_SYS_BOARD="vim3" CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 CONFIG_NR_DRAM_BANKS=1 diff --git a/configs/khadas-vim3l_defconfig b/configs/khadas-vim3l_defconfig index 57cc383b9d2..5729d339e9a 100644 --- a/configs/khadas-vim3l_defconfig +++ b/configs/khadas-vim3l_defconfig @@ -1,5 +1,5 @@ CONFIG_ARM=y -CONFIG_SYS_BOARD="w400" +CONFIG_SYS_BOARD="vim3" CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 CONFIG_NR_DRAM_BANKS=1 |
