On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@chromium.org> wrote: > > Some boards need to include binary data into the image for use during the > boot process. Add a node for these. > > An example is the audio-codec configuration used by some audio drivers on > Intel platforms. If no private files are provided, they will be omitted. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/dts/u-boot.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>