blob: 38efc48d836cee3cd90e673da9c9aa0ba88acdff [file] [log] [blame]
Simon Glassde3d9af2020-04-30 21:21:40 -06001// 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};