summaryrefslogtreecommitdiff
path: root/include/configs/khadas-vim3_android.h
diff options
context:
space:
mode:
authorDmitry Rokosov <[email protected]>2024-10-17 17:12:08 +0300
committerMattijs Korpershoek <[email protected]>2024-10-24 09:45:55 +0200
commitb523b4d2c32f07ca0793bb0f926b02ecb0556cc6 (patch)
treeed9eb1796905d7c8eac63f4bbb8e5636d3299ac9 /include/configs/khadas-vim3_android.h
parenta8ca7d46ea744381185c0bf70cbdf4db7dc734b7 (diff)
treewide: bcb: move ab_select command to bcb subcommands
To enhance code organization, it is beneficial to consolidate all A/B BCB management routines into a single super-command. The 'bcb' command is an excellent candidate for this purpose. This patch integrates the separate 'ab_select' command into the 'bcb' group as the 'ab_select' subcommand, maintaining the same parameter list for consistency. Signed-off-by: Dmitry Rokosov <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Tested-by: Mattijs Korpershoek <[email protected]> # vim3_android Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'include/configs/khadas-vim3_android.h')
-rw-r--r--include/configs/khadas-vim3_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/khadas-vim3_android.h b/include/configs/khadas-vim3_android.h
index b76e049f09c..fc89efb4c36 100644
--- a/include/configs/khadas-vim3_android.h
+++ b/include/configs/khadas-vim3_android.h
@@ -12,7 +12,7 @@
#define LOGO_UUID "43a3305d-150f-4cc9-bd3b-38fca8693846;"
#define ROOT_UUID "ddb8c3f6-d94d-4394-b633-3134139cc2e0;"
-#if defined(CONFIG_CMD_AB_SELECT)
+#if defined(CONFIG_CMD_BCB) && defined(CONFIG_ANDROID_AB)
#define PARTS_DEFAULT \
"uuid_disk=${uuid_gpt_disk};" \
"name=logo,start=512K,size=2M,uuid=" LOGO_UUID \