summaryrefslogtreecommitdiff
path: root/configs/pg_wcom_expu1_update_defconfig
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@hitachienergy.com>2022-12-14 13:30:07 +0300
committerTom Rini <trini@konsulko.com>2023-01-03 00:06:08 +0300
commitbfd4e660dec103a69e7a6dd9f856581ba6e57954 (patch)
tree68e1b258f0a445076dfad1912b5566a059358153 /configs/pg_wcom_expu1_update_defconfig
parent9f393a2d7af89fa1be076e79091e5481f96c3c3f (diff)
downloadu-boot-bfd4e660dec103a69e7a6dd9f856581ba6e57954.tar.xz
board/pg_wcom: rework defconfig
Switch off SCSI related config options to get rid of the board removal warning. We don't use this interface. Also disable UBIFS to decrease the image size, as this is also not used. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'configs/pg_wcom_expu1_update_defconfig')
-rw-r--r--configs/pg_wcom_expu1_update_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/pg_wcom_expu1_update_defconfig b/configs/pg_wcom_expu1_update_defconfig
index a5193cb463..3d9581abd6 100644
--- a/configs/pg_wcom_expu1_update_defconfig
+++ b/configs/pg_wcom_expu1_update_defconfig
@@ -16,7 +16,6 @@ CONFIG_SYS_BOOTCOUNT_ADDR=0x70000020
# CONFIG_HAS_ARMV7_SECURE_BASE is not set
CONFIG_SYS_LOAD_ADDR=0x82000000
CONFIG_ENV_ADDR=0x60220000
-CONFIG_AHCI=y
# CONFIG_DEEP_SLEEP is not set
CONFIG_LAYERSCAPE_NS_ACCESS=y
CONFIG_KM_COMMON_ETH_INIT=y
@@ -60,6 +59,7 @@ CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nor0=60000000.nor,nand0=68000000.flash"
CONFIG_MTDPARTS_DEFAULT="mtdparts=60000000.nor:128k(rcw),128k(qe),128k(envred),128k(env),512k(res),1m(u-boot),128k(redenvred),128k(redenv),1m(redu-boot),-(ubi0);68000000.flash:-(ubi1)"
CONFIG_CMD_UBI=y
+# CONFIG_CMD_UBIFS is not set
CONFIG_OF_CONTROL=y
CONFIG_ENV_SOURCE_FILE="pg-wcom-expu1"
CONFIG_ENV_OVERWRITE=y
@@ -71,6 +71,7 @@ CONFIG_ETHPRIME="ethernet@2d90000"
CONFIG_USE_HOSTNAME=y
CONFIG_HOSTNAME="EXPU1"
CONFIG_VERSION_VARIABLE=y
+# CONFIG_SCSI_AHCI is not set
CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_SYS_BOOTCOUNT_BE=y
CONFIG_DDR_CLK_FREQ=50000000
@@ -96,8 +97,9 @@ CONFIG_PHY_GIGE=y
CONFIG_MII=y
CONFIG_TSEC_ENET=y
CONFIG_SYS_QE_FW_ADDR=0x60020000
-CONFIG_SCSI_AHCI_PLAT=y
+# CONFIG_SCSI is not set
CONFIG_SPECIFY_CONSOLE_INDEX=y
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
CONFIG_POST=y
+CONFIG_LZO=y