From bab4b96166037016010238a19c8ab7175386cbc4 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 23 May 2016 15:25:20 +0800 Subject: x86: Use latest microcode for all BayTrail boards Update board device tree to include latest microcode, and remove the old no longer needed microcode. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Stefan Roese --- arch/x86/dts/minnowmax.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/x86/dts/minnowmax.dts') diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts index a6c86c9bdd..936455b5e5 100644 --- a/arch/x86/dts/minnowmax.dts +++ b/arch/x86/dts/minnowmax.dts @@ -298,10 +298,10 @@ microcode { update@0 { -#include "microcode/m0130673322.dtsi" +#include "microcode/m0130673325.dtsi" }; update@1 { -#include "microcode/m0130679901.dtsi" +#include "microcode/m0130679907.dtsi" }; }; -- cgit