On Mon, May 11, 2026 at 03:57:48PM +0200, Casey Connolly wrote: > With mkmbn integrated we now no longer need CONFIG_REMAKE_ELF to then > run qtestsign and can instead just enable QCOM_GENERATE_MBN to have > mkmbn emit an MBN file directly. > > While we're here, finally rename the db410c and 820c defconfigs to have > the qcom_ prefix. > > Tested on qcs6490 and sm8550. > > Signed-off-by: Casey Connolly <[email protected]> > --- > [...] > configs/{dragonboard410c_defconfig => qcom_dragonboard410c_defconfig} | 2 +- . [...] > 7 files changed, 6 insertions(+), 6 deletions(-) > > [...] > diff --git a/configs/dragonboard410c_defconfig > b/configs/qcom_dragonboard410c_defconfig > similarity index 98% > rename from configs/dragonboard410c_defconfig > rename to configs/qcom_dragonboard410c_defconfig > index 51ad265688c4..e93f5f3094f4 100644 > --- a/configs/dragonboard410c_defconfig > +++ b/configs/qcom_dragonboard410c_defconfig > @@ -11,9 +11,9 @@ CONFIG_ENV_OFFSET=0x0 > CONFIG_DEFAULT_DEVICE_TREE="qcom/apq8016-sbc" > CONFIG_OF_LIBFDT_OVERLAY=y > CONFIG_SYS_LOAD_ADDR=0x80080000 > CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C" > -CONFIG_REMAKE_ELF=y > +CONFIG_QCOM_GENERATE_MBN=y > CONFIG_BUTTON_CMD=y > CONFIG_FIT=y > CONFIG_BOOTSTD_FULL=y > CONFIG_OF_BOARD_SETUP=y
Thanks, this simplifies testing U-Boot changes a lot! Tested-by: Stephan Gerhold <[email protected]> # db410c Thanks, Stephan

