]> git.dujemihanovic.xyz Git - u-boot.git/commit
treewide: bcb: move ab_select command to bcb subcommands
authorDmitry Rokosov <ddrokosov@salutedevices.com>
Thu, 17 Oct 2024 14:12:08 +0000 (17:12 +0300)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Thu, 24 Oct 2024 07:45:55 +0000 (09:45 +0200)
commitb523b4d2c32f07ca0793bb0f926b02ecb0556cc6
treeed9eb1796905d7c8eac63f4bbb8e5636d3299ac9
parenta8ca7d46ea744381185c0bf70cbdf4db7dc734b7
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 <ddrokosov@salutedevices.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # vim3_android
Link: https://lore.kernel.org/r/20241017-android_ab_master-v5-3-43bfcc096d95@salutedevices.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
18 files changed:
MAINTAINERS
cmd/Kconfig
cmd/Makefile
cmd/ab_select.c [deleted file]
cmd/bcb.c
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig
configs/am57xx_hs_evm_usb_defconfig
configs/khadas-vim3_android_ab_defconfig
configs/khadas-vim3l_android_ab_defconfig
configs/sandbox64_defconfig
configs/sandbox_defconfig
doc/android/ab.rst
include/configs/khadas-vim3_android.h
include/configs/khadas-vim3l_android.h
include/configs/meson64_android.h
include/configs/ti_omap5_common.h
test/py/tests/test_android/test_ab.py