blob: 1ef55685189e43966e3e56e347f6349d49e8ebec [file] [log] [blame]
Ryder Lee376ac002018-11-15 10:07:50 +08001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2018 MediaTek Inc.
4 *
5 * Author: Weijie Gao <weijie.gao@mediatek.com>
6 */
7
8#include <config.h>
9/ {
10 binman {
11 filename = "u-boot-mtk.bin";
12 pad-byte = <0xff>;
13
14#ifdef CONFIG_SPL
15 blob {
16 filename = "spl/u-boot-spl-mtk.bin";
17 size = <CONFIG_SPL_PAD_TO>;
18 };
19
20 u-boot-img {
21 };
22#endif
23 };
24};