witherspoon-128: Use ${MACHINE} for device tree file name

Replace "witherspoon-128" with ${MACHINE} for the device tree file name
as it's better practice to use bitbake variables instead of hard-coding
values.

Tested:
    Output of "bitbake obmc-phosphor-image -e":
    # pre-expansion value:
    #   "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
    KERNEL_DEVICETREE="aspeed-bmc-opp-witherspoon-128.dtb"

(From meta-ibm rev: 8bbd213225ea5d6e3d1eb8537308f398dc85b6a2)

Change-Id: I46e72947ddf47d3cbc20ab04f2b949ee717423cf
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf
index 284340d..a3981cc 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf
@@ -1,7 +1,7 @@
 require conf/machine/witherspoon.conf
 MACHINEOVERRIDES .= ":witherspoon"
 
-KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-witherspoon-128.dtb"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
 
 MRW_XML = "witherspoon.xml"