~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 90c467d910bf491c5c172ed63a08195d0bcae4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2018 NXP
 */

/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		size = <32>;
		sort-by-offset;
		end-at-4gb;
		skip-at-start = <0xffffffe0>;
		u-boot {
			offset = <0xffffffe0>;
		};
	};
};