commit | 1d2b8585f6c58f786f52dbd770b346a8386b0d41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:28 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | b53a2cd329c533d606d5d75ba8ce293e683a71e0 | |
parent | 7dc82591d68e2ae922abb3e78e59f2d1a6d13c4e [diff] |
x86: coral: Move fsp-m settings to a subnode At present these settings are in the node for host-bridge and so are visible in TPL as well as SPL. But they are only used for SPL. Move them to a subnode so that TPL does not included them. Signed-off-by: Simon Glass <sjg@chromium.org>