commit | 687c74e5e023443d60cc7139e78780e2b712c2cb | [log] [tgz] |
---|---|---|
author | Michael Tritz <mtritz@us.ibm.com> | Thu Jan 25 10:06:21 2018 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 26 18:42:11 2018 +0000 |
tree | 614fc52a29b8d3b7da27275bc7e975da6b8bc16b | |
parent | 0fc2d7b983d85d52f26771fa6be5ee40aabdaa58 [diff] |
Fix for MACHINE_FEATURES check in u-boot.inc This commit fixes a check against the MACHINE_FEATURES when patching a new image with initial environment variables. This bug was blocking the kernelname variable from being filled in, so the system wouldn't boot if the image was loaded outside of the typical code update process (i.e. QEMU, DediProg). Resolves openbmc/openbmc#2781 Change-Id: I847d9bb216c0d8f680b342a3790519a9fc9b2c32 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>