blob: 46f2633ec0463dc8db844b223777948b35a6bcbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[base]
flavours:
sh7751r
sh7785lcr
kernel-arch: sh
[build]
image-file: arch/sh/boot/zImage
[image]
install-stem: vmlinuz
[sh7751r_description]
hardware: sh7751r
hardware-long: Renesas SH7751R R2D plus board
[sh7751r_packages]
installer: true
[sh7785lcr_description]
hardware: sh7785lcr
hardware-long: Renesas SH7785 reference board
[sh7785lcr_image]
recommends: u-boot-tools
# Kernel partition size: 4MB
check-size: 4194304
[sh7785lcr_packages]
installer: true
|