diff options
author | Bin Meng | 2016-05-23 15:25:20 +0800 |
---|---|---|
committer | Bin Meng | 2016-05-23 15:26:46 +0800 |
commit | bab4b96166037016010238a19c8ab7175386cbc4 (patch) | |
tree | 1cd4b9e96186ef6b94407fb7313fb6fca57e01cd /arch/x86/dts/minnowmax.dts | |
parent | c88f508f692671bfed4cc9982671998c001fbc1d (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/x86/dts/minnowmax.dts')
-rw-r--r-- | arch/x86/dts/minnowmax.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts index a6c86c9bdd3..936455b5e55 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" }; }; |