diff options
author | Simon Glass <sjg@chromium.org> | 2014-12-15 22:02:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-12-18 17:26:05 -0700 |
commit | 81f79ef792b5206c04585a41053c6a414b8c2c24 (patch) | |
tree | e2f7f3059c7be0101eeb4aa9e2ad2d3cad6edec8 /arch/x86/dts | |
parent | 31eca697276ef9aced10b802a869e7783439482e (diff) | |
download | u-boot-imx-81f79ef792b5206c04585a41053c6a414b8c2c24.zip u-boot-imx-81f79ef792b5206c04585a41053c6a414b8c2c24.tar.gz u-boot-imx-81f79ef792b5206c04585a41053c6a414b8c2c24.tar.bz2 |
x86: Move microcode updates into a separate directory
We might end up with a few of these, so put them in their own directory.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r-- | arch/x86/dts/link.dts | 4 | ||||
-rw-r--r-- | arch/x86/dts/microcode/m12206a7_00000028.dtsi (renamed from arch/x86/dts/m12206a7_00000028.dtsi) | 0 | ||||
-rw-r--r-- | arch/x86/dts/microcode/m12306a9_00000017.dtsi (renamed from arch/x86/dts/m12306a9_00000017.dtsi) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts index 592af16..c435a67 100644 --- a/arch/x86/dts/link.dts +++ b/arch/x86/dts/link.dts @@ -214,10 +214,10 @@ microcode { update@0 { -#include "m12206a7_00000028.dtsi" +#include "microcode/m12206a7_00000028.dtsi" }; update@1 { -#include "m12306a9_00000017.dtsi" +#include "microcode/m12306a9_00000017.dtsi" }; }; diff --git a/arch/x86/dts/m12206a7_00000028.dtsi b/arch/x86/dts/microcode/m12206a7_00000028.dtsi index bcd5248..bcd5248 100644 --- a/arch/x86/dts/m12206a7_00000028.dtsi +++ b/arch/x86/dts/microcode/m12206a7_00000028.dtsi diff --git a/arch/x86/dts/m12306a9_00000017.dtsi b/arch/x86/dts/microcode/m12306a9_00000017.dtsi index 299d663..299d663 100644 --- a/arch/x86/dts/m12306a9_00000017.dtsi +++ b/arch/x86/dts/microcode/m12306a9_00000017.dtsi |