summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2021-01-05 17:06:27 +0900
committerMarek Szyprowski <m.szyprowski@samsung.com>2021-11-16 13:00:22 +0100
commit9d16ea2b69f4846997954c8bbdd114d6911c98af (patch)
treebf2ae6ef3f8836caa08408ef5e1ce0da1ee75f27 /configs
parent8cd6300fc6b3435d658f764758ccdafdffa8a9d9 (diff)
downloadu-boot-9d16ea2b69f4846997954c8bbdd114d6911c98af.tar.gz
u-boot-9d16ea2b69f4846997954c8bbdd114d6911c98af.tar.bz2
u-boot-9d16ea2b69f4846997954c8bbdd114d6911c98af.zip
configs: enable SQUASFS configurations
Enable SQUASHFS configuration about reference targets. It will be used when checking ramdisk image. Change-Id: I42adf176d352508836b202fecf81f83a09bafd66 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/khadas-vim3_defconfig1
-rw-r--r--configs/khadas-vim3l_defconfig1
-rw-r--r--configs/odroid-c4_defconfig1
-rw-r--r--configs/odroid-n2_defconfig1
-rw-r--r--configs/rpi_3_32b_defconfig1
-rw-r--r--configs/rpi_3_defconfig1
-rw-r--r--configs/rpi_4_32b_defconfig1
-rw-r--r--configs/rpi_4_defconfig1
8 files changed, 8 insertions, 0 deletions
diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig
index 4894866644..9ce57e9d4b 100644
--- a/configs/khadas-vim3_defconfig
+++ b/configs/khadas-vim3_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_BMP=y
CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_FAT_DEVICE_AND_PART=":1"
diff --git a/configs/khadas-vim3l_defconfig b/configs/khadas-vim3l_defconfig
index 4cfdd21580..8ca812e27f 100644
--- a/configs/khadas-vim3l_defconfig
+++ b/configs/khadas-vim3l_defconfig
@@ -36,6 +36,7 @@ CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_BMP=y
CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_FAT_DEVICE_AND_PART=":1"
diff --git a/configs/odroid-c4_defconfig b/configs/odroid-c4_defconfig
index 90460d5a14..f83cead72b 100644
--- a/configs/odroid-c4_defconfig
+++ b/configs/odroid-c4_defconfig
@@ -32,6 +32,7 @@ CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_BMP=y
CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_FAT_DEVICE_AND_PART=":1"
diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig
index 07de831159..6c54f0a703 100644
--- a/configs/odroid-n2_defconfig
+++ b/configs/odroid-n2_defconfig
@@ -32,6 +32,7 @@ CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_BMP=y
CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_FAT_DEVICE_AND_PART=":1"
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index 3756c41bcf..c188fa67fe 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_defconfig
@@ -18,6 +18,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_TIZEN_DOWNLOAD=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_CMD_FS_UUID=y
CONFIG_OF_EMBED=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index aab83800d2..2bc1f256c5 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -18,6 +18,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_TIZEN_DOWNLOAD=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_CMD_FS_UUID=y
CONFIG_OF_EMBED=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig
index 03d42d3b46..79808bc81d 100644
--- a/configs/rpi_4_32b_defconfig
+++ b/configs/rpi_4_32b_defconfig
@@ -20,6 +20,7 @@ CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_TIZEN_DOWNLOAD=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_CMD_FS_UUID=y
CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig
index efbe23dd23..cca270963e 100644
--- a/configs/rpi_4_defconfig
+++ b/configs/rpi_4_defconfig
@@ -20,6 +20,7 @@ CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_TIZEN_DOWNLOAD=y
+CONFIG_CMD_SQUASHFS=y
CONFIG_CMD_FS_UUID=y
CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"