Selaa lähdekoodia

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 7 vuotta sitten
vanhempi
commit
2c3a93330d

+ 1 - 1
configs/minnowboard_max-graphical_defconfig

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

+ 1 - 1
configs/minnowboard_max_defconfig

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