minnowboard-max: defconfigs: use silvermont x86 variant

As that is the CPU core in the E38xx Atoms used on the Minnowboard max.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2018-01-14 22:01:15 +01:00
parent 239a58a7c8
commit 2c3a93330d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Architecture
BR2_x86_64=y
BR2_x86_atom=y
BR2_x86_silvermont=y
# Toolchain
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y

View File

@ -1,6 +1,6 @@
# Architecture
BR2_x86_64=y
BR2_x86_atom=y
BR2_x86_silvermont=y
# Misc
BR2_SYSTEM_DHCP="eth0"