]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Move microcode updates into a separate directory
authorSimon Glass <sjg@chromium.org>
Tue, 16 Dec 2014 05:02:39 +0000 (22:02 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 19 Dec 2014 00:26:05 +0000 (17:26 -0700)
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>
arch/x86/dts/link.dts
arch/x86/dts/microcode/m12206a7_00000028.dtsi [moved from arch/x86/dts/m12206a7_00000028.dtsi with 100% similarity]
arch/x86/dts/microcode/m12306a9_00000017.dtsi [moved from arch/x86/dts/m12306a9_00000017.dtsi with 100% similarity]

index 592af16f78a6da4abae38077334cb0aeeb701fa2..c435a670e3ef616933ac1ecfa56c9f7a37c3a756 100644 (file)
 
        microcode {
                update@0 {
-#include "m12206a7_00000028.dtsi"
+#include "microcode/m12206a7_00000028.dtsi"
                };
                update@1 {
-#include "m12306a9_00000017.dtsi"
+#include "microcode/m12306a9_00000017.dtsi"
                };
        };