]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/sei510.h
5bf266880317f82f0c62edb5ab9b421dc19c2078
[thirdparty/u-boot.git] / include / configs / sei510.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Configuration for the SEI510
4 *
5 * Copyright (C) 2019 Baylibre, SAS
6 * Author: Jerome Brunet <jbrunet@baylibre.com>
7 */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12 #define LOGO_UUID "43a3305d-150f-4cc9-bd3b-38fca8693846;"
13 #define ROOT_UUID "ddb8c3f6-d94d-4394-b633-3134139cc2e0;"
14
15 #define PARTS_DEFAULT \
16 "uuid_disk=${uuid_gpt_disk};" \
17 "name=boot,size=64M,bootable,uuid=${uuid_gpt_boot};" \
18 "name=logo,size=2M,uuid=" LOGO_UUID \
19 "name=cache,size=256M,uuid=${uuid_gpt_cache};" \
20 "name=system,size=1536M,uuid=${uuid_gpt_system};" \
21 "name=vendor,size=256M,uuid=${uuid_gpt_vendor};" \
22 "name=userdata,size=5341M,uuid={uuid_gpt_userdata};" \
23 "name=rootfs,size=-,uuid=" ROOT_UUID
24
25
26 #include <configs/meson64_android.h>
27
28 #endif /* __CONFIG_H */