Browse Source

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>
Peter Korsgaard 6 years ago
parent
commit
2c3a93330d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      configs/minnowboard_max-graphical_defconfig
  2. 1 1
      configs/minnowboard_max_defconfig

+ 1 - 1
configs/minnowboard_max-graphical_defconfig

@@ -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

+ 1 - 1
configs/minnowboard_max_defconfig

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