diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-24 21:18:16 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:14 -0700 |
commit | bb80be391693a868c2114d1a9505c45dce7a3607 (patch) | |
tree | 48fa7818ae5d90e1925bdf900f36f34a252ead68 /lib | |
parent | 0c9075e9ad21caa43c524288d7def9e8b081fa11 (diff) |
x86: Add init for model 206AX CPU
Add the setup code for the CPU so that it can be used at full speed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 480442f871a..723a9579e5b 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -76,6 +76,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(INTEL_MICROCODE, "intel,microcode"), COMPAT(MEMORY_SPD, "memory-spd"), COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"), + COMPAT(INTEL_MODEL_206AX, "intel,model-206ax"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id) |