On Mon, Apr 07, 2025 at 08:10:24PM +0200, Neil Armstrong wrote: > On 07/04/2025 18:59, Stephan Gerhold wrote: > > The U-Boot port for DB410c still has plenty of extra space available at > > this point, so avoid disabling features that would be normally enabled by > > default. In particular, this incldues support for Android boot images, > > which is quite likely to be used together with the USB Fastboot interface. > > > > Signed-off-by: Stephan Gerhold <stephan.gerh...@linaro.org> > > --- > > configs/dragonboard410c_defconfig | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/configs/dragonboard410c_defconfig > > b/configs/dragonboard410c_defconfig > > index > > 62fc42c9460d075fd27c3e2823eb8eea2a559772..414dda6778c95eb3fdcd6ef522d8c7d0ef9219fa > > 100644 > > --- a/configs/dragonboard410c_defconfig > > +++ b/configs/dragonboard410c_defconfig > > @@ -14,7 +14,6 @@ CONFIG_OF_LIBFDT_OVERLAY=y > > CONFIG_SYS_LOAD_ADDR=0x80080000 > > CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C" > > CONFIG_REMAKE_ELF=y > > -# CONFIG_ANDROID_BOOT_IMAGE is not set > > CONFIG_FIT=y > > CONFIG_BOOTSTD_FULL=y > > CONFIG_OF_BOARD_SETUP=y > > @@ -25,7 +24,6 @@ CONFIG_SYS_PBSIZE=548 > > # CONFIG_DISPLAY_BOARDINFO is not set > > CONFIG_MISC_INIT_R=y > > CONFIG_SYS_PROMPT="dragonboard410c => " > > -# CONFIG_CMD_IMI is not set > > > What is IMI ? >
The "iminfo" command. "print header information for application image". I don't know why we need to disable that. I just dropped all weird exclusions in the defconfig here. Thanks, Stephan