diff options
| author | Tom Rini <[email protected]> | 2015-02-10 10:42:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-02-10 10:42:56 -0500 |
| commit | db7a7dee6878fe7539d5967de1caff83246254e0 (patch) | |
| tree | 27a94cac552d2015cc53cd29658f15f834475a5c /lib | |
| parent | c956662cc3e2475b451afa9a8b639c0ccc49d432 (diff) | |
| parent | ba877efb802edb7080703e4dd99e51a437e44f26 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-x86
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 5bf8f29b13e..dd58bbb482f 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -75,6 +75,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(INTEL_GMA, "intel,gma"), COMPAT(AMS_AS3722, "ams,as3722"), COMPAT(INTEL_ICH_SPI, "intel,ich-spi"), + COMPAT(INTEL_QRK_MRC, "intel,quark-mrc"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id) |
