From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 19 Sep 2018 15:13:17 +0200 Subject: [U-Boot] [PATCH 5/5] defconfig: db-88f6820-gp: Add bubt command to the build In-Reply-To: <1535549696-17222-6-git-send-email-kostap@marvell.com> References: <1535549696-17222-1-git-send-email-kostap@marvell.com> <1535549696-17222-6-git-send-email-kostap@marvell.com> Message-ID: <1d03a919-ad4e-5311-a974-80fb63ff736a@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29.08.2018 15:34, kostap at marvell.com wrote: > From: Konstantin Porotchkin > > Add Marvell bubt command to db-88f6820-gp defconfig > > Signed-off-by: Konstantin Porotchkin > Cc: Igal Liberman > Cc: Stefan Roese > --- > configs/db-88f6820-gp_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/db-88f6820-gp_defconfig b/configs/db-88f6820-gp_defconfig > index 131262d..4a8fa2e 100644 > --- a/configs/db-88f6820-gp_defconfig > +++ b/configs/db-88f6820-gp_defconfig > @@ -39,6 +39,7 @@ CONFIG_CMD_EXT2=y > CONFIG_CMD_EXT4=y > CONFIG_CMD_FAT=y > CONFIG_CMD_FS_GENERIC=y > +CONFIG_CMD_MVEBU_BUBT=y > CONFIG_EFI_PARTITION=y > # CONFIG_PARTITION_UUIDS is not set > # CONFIG_SPL_PARTITION_UUIDS is not set > Dropped for now, as a result of your discussion in this thread. Thanks, Stefan