[PATCH v2] arm: configs: aspeed: Add UBI support
Joel Stanley
joel at jms.id.au
Fri Feb 17 12:20:49 AEDT 2017
On Fri, Feb 17, 2017 at 8:03 AM, Adriana Kobylak
<anoo at linux.vnet.ibm.com> wrote:
> @@ -163,3 +166,7 @@ CONFIG_DEBUG_SET_MODULE_RONX=y
> # CONFIG_XZ_DEC_POWERPC is not set
> # CONFIG_XZ_DEC_IA64 is not set
> # CONFIG_XZ_DEC_SPARC is not set
> +CONFIG_CMD_MTDPARTS=y
> +CONFIG_CMD_UBI=y
> +CONFIG_CMD_UBIFS=y
> +CONFIG_RBTREE=y
The symbols CONFIG_CMD_UBI don't exist in the kernel, so something has
gone wrong here.
I recommend following these steps to update the defconfigs:
$ make aspeed_g4_defconifg
$ make menuconfig
<enable the options you want>
$ make savedefconfig
$ cp defconfig arch/arm/configs/aspeed_g4_defconfig
$ git add arch/arm/configs/aspeed_g4_defconfig
Repeat for the g5 defconfig, and then do a
$ git commit
Get in touch if you need some help.
Cheers,
Joel
More information about the openbmc
mailing list