]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: sei510/sei610: reformat PARTS_default
authorMattijs Korpershoek <mkorpershoek@baylibre.com>
Thu, 5 Aug 2021 15:17:26 +0000 (17:17 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 10 Aug 2021 08:43:54 +0000 (10:43 +0200)
There is a mix of spaces and tabs at the leading \. This makes updating
theses lines harder.

Add a single space before each \ for some consistency.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
include/configs/sei510.h
include/configs/sei610.h

index d37b4c64053efeb782f63ae48269822f1ace4cb2..16a34c717ded0bb2d859751195401bc1238532df 100644 (file)
 #define USERDATA_UUID "9b976e42-5207-11e9-8f16-ff47ac594b22;"
 #define ROOT_UUID "ddb8c3f6-d94d-4394-b633-3134139cc2e0;"
 
-#define PARTS_DEFAULT                                        \
-       "uuid_disk=${uuid_gpt_disk};"                   \
+#define PARTS_DEFAULT \
+       "uuid_disk=${uuid_gpt_disk};" \
        "name=boot,size=64M,bootable,uuid=${uuid_gpt_boot};" \
-       "name=logo,size=2M,uuid=" LOGO_UUID             \
-       "name=cache,size=256M,uuid=" CACHE_UUID             \
-       "name=system,size=1536M,uuid=" SYSTEM_UUID           \
-       "name=vendor,size=256M,uuid=" VENDOR_UUID            \
-       "name=userdata,size=5341M,uuid=" USERDATA_UUID  \
+       "name=logo,size=2M,uuid=" LOGO_UUID \
+       "name=cache,size=256M,uuid=" CACHE_UUID \
+       "name=system,size=1536M,uuid=" SYSTEM_UUID \
+       "name=vendor,size=256M,uuid=" VENDOR_UUID \
+       "name=userdata,size=5341M,uuid=" USERDATA_UUID \
        "name=rootfs,size=-,uuid=" ROOT_UUID
 
 
index 9eeffdd72c8b6cb8d6f0d18d638a62a527459847..6d13fd143b53b386729ae1675a1c025946c01cb7 100644 (file)
 #define USERDATA_UUID "9b976e42-5207-11e9-8f16-ff47ac594b22;"
 #define ROOT_UUID "ddb8c3f6-d94d-4394-b633-3134139cc2e0;"
 
-#define PARTS_DEFAULT                                        \
-       "uuid_disk=${uuid_gpt_disk};"                   \
+#define PARTS_DEFAULT \
+       "uuid_disk=${uuid_gpt_disk};" \
        "name=boot,size=64M,bootable,uuid=${uuid_gpt_boot};" \
-       "name=logo,size=2M,uuid=" LOGO_UUID             \
-       "name=cache,size=256M,uuid=" CACHE_UUID             \
-       "name=system,size=1536M,uuid=" SYSTEM_UUID           \
-       "name=vendor,size=256M,uuid=" VENDOR_UUID            \
-       "name=userdata,size=12795M,uuid=" USERDATA_UUID \
+       "name=logo,size=2M,uuid=" LOGO_UUID \
+       "name=cache,size=256M,uuid=" CACHE_UUID \
+       "name=system,size=1536M,uuid=" SYSTEM_UUID \
+       "name=vendor,size=256M,uuid=" VENDOR_UUID \
+       "name=userdata,size=12795M,uuid=" USERDATA_UUID \
        "name=rootfs,size=-,uuid=" ROOT_UUID
 
 #include <configs/meson64_android.h>