x86: tpl: Remove unwanted devicetree string
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:32 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commitcee58bd2ad952d7c5421f8ec266f26e4c6d6a972
tree505821e284279b0e1eb2c16a546a74d0a38df2ef
parent53d59694ce2412db5b3607fa54f516606aab168b
x86: tpl: Remove unwanted devicetree string

Update this driver to use of_match_ptr().

This reduces the TPL binary size by about 32 bytes.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/tpl.c