summaryrefslogtreecommitdiff
path: root/configs/pm9261_defconfig
diff options
context:
space:
mode:
authorIlko Iliev <iliev@ronetix.at>2021-04-23 16:06:02 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-05-13 09:55:04 +0300
commitf822b62c0238e108446a42c6ad2683e790162e84 (patch)
tree8e02937403089dec2d17495ff017237cbbdf2fe8 /configs/pm9261_defconfig
parent217c9faa060e09cf3da3741dc07617c0697b559e (diff)
downloadu-boot-f822b62c0238e108446a42c6ad2683e790162e84.tar.xz
board: pm9261: remove network support
The network support is removed because there is no DM for Davicom DM9000. Signed-off-by: Ilko Iliev <iliev@ronetix.at>
Diffstat (limited to 'configs/pm9261_defconfig')
-rw-r--r--configs/pm9261_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig
index e0a2ae18c6..b27fc8dbc1 100644
--- a/configs/pm9261_defconfig
+++ b/configs/pm9261_defconfig
@@ -25,8 +25,6 @@ CONFIG_SYS_PROMPT="pm9261> "
CONFIG_CMD_NAND=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
-CONFIG_CMD_DHCP=y
-CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_MTDIDS_DEFAULT="nor0=physmap-flash.0,nand0=nand"
CONFIG_MTDPARTS_DEFAULT="mtdparts=physmap-flash.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),-(rootfs);nand:-(nand)"
@@ -34,6 +32,7 @@ CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_FLASH=y
CONFIG_ENV_ADDR=0x10040000
+# CONFIG_NET is not set
CONFIG_DM=y
CONFIG_BLK=y
CONFIG_CLK=y
@@ -62,3 +61,4 @@ CONFIG_USB_STORAGE=y
CONFIG_DM_VIDEO=y
# CONFIG_VIDEO_BPP32 is not set
CONFIG_LCD=y
+CONFIG_REGEX=y