1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Google LLC
4 * Written by Simon Glass <sjg@chromium.org>
5 */
6
7#include <config.h>
8
9/ {
10	binman {
11		filename = "u-boot-x86-with-spl.bin";
12		u-boot-spl {
13		};
14		u-boot {
15			offset = <0x10000>;
16		};
17	};
18};
19