configs: vim3: use the vim3 board support
Use the newly added VIM3 board support instead of the generic W400. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
5aeecbcf81
commit
cb4a7feb54
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user