From fcf9f04b21a7493275a6851aa637af0461571f80 Mon Sep 17 00:00:00 2001
From: Fredrik Eriksson <fredrik.eriksson@genexis.eu>
Date: Fri, 3 Dec 2021 17:52:33 +0100
Subject: [PATCH] brcm63xx-arm: Move blockdevice boot support to target

---
 iopsys-brcm63xx-arm/config/config           | 8 --------
 iopsys-brcm63xx-arm/config/smarthub3/config | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/iopsys-brcm63xx-arm/config/config b/iopsys-brcm63xx-arm/config/config
index 208d2bde9..98e28b3a5 100644
--- a/iopsys-brcm63xx-arm/config/config
+++ b/iopsys-brcm63xx-arm/config/config
@@ -8,14 +8,6 @@ CONFIG_PACKAGE_ethmngr=y
 CONFIG_PACKAGE_mcastmngr=y
 CONFIG_PACKAGE_qosmngr=y
 
-# For eMMC and block device support.
-CONFIG_PACKAGE_libblkid=y
-CONFIG_PACKAGE_blkid=y
-CONFIG_PACKAGE_e2fsprogs=y
-CONFIG_PACKAGE_e4crypt=y
-CONFIG_PACKAGE_resize2fs=y
-CONFIG_PACKAGE_tune2fs=y
-
 # These are required by broadcom wifi drivers
 CONFIG_BUSYBOX_CONFIG_TASKSET=y
 CONFIG_BUSYBOX_CONFIG_CHRT=y
diff --git a/iopsys-brcm63xx-arm/config/smarthub3/config b/iopsys-brcm63xx-arm/config/smarthub3/config
index 49e306e01..095351282 100644
--- a/iopsys-brcm63xx-arm/config/smarthub3/config
+++ b/iopsys-brcm63xx-arm/config/smarthub3/config
@@ -8,3 +8,11 @@ CONFIG_BCM_VOICE=y
 
 CONFIG_BCM_FLASH_LAYOUT_OPTIONS="options_63158_emmc"
 CONFIG_BCM_SECURE_BOOT_SUPPORT=y
+
+# For eMMC and block device support.
+CONFIG_PACKAGE_libblkid=y
+CONFIG_PACKAGE_blkid=y
+CONFIG_PACKAGE_e2fsprogs=y
+CONFIG_PACKAGE_e4crypt=y
+CONFIG_PACKAGE_resize2fs=y
+CONFIG_PACKAGE_tune2fs=y
-- 
GitLab