Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
a0e135b4
Commit
a0e135b4
authored
Jun 24, 2003
by
stroese
Browse files
- Add ping support.
parent
e118e233
Changes
4
Hide whitespace changes
Inline
Side-by-side
include/configs/ASH405.h
View file @
a0e135b4
...
...
@@ -69,6 +69,8 @@
CFG_CMD_NAND | \
CFG_CMD_DATE | \
CFG_CMD_I2C | \
CFG_CMD_MII | \
CFG_CMD_PING | \
CFG_CMD_EEPROM )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
...
...
include/configs/CPCI4052.h
View file @
a0e135b4
/*
* (C) Copyright 2001
* (C) Copyright 2001
-2003
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* See file CREDITS for list of people who contributed to this
...
...
@@ -89,6 +89,7 @@
CFG_CMD_JFFS2 | \
CFG_CMD_I2C | \
CFG_CMD_MII | \
CFG_CMD_PING | \
CFG_CMD_EEPROM )
#define CONFIG_MAC_PARTITION
...
...
include/configs/CPCI405AB.h
View file @
a0e135b4
...
...
@@ -77,6 +77,7 @@
CFG_CMD_JFFS2 | \
CFG_CMD_I2C | \
CFG_CMD_MII | \
CFG_CMD_PING | \
CFG_CMD_EEPROM )
#define CONFIG_MAC_PARTITION
...
...
include/configs/PMC405.h
View file @
a0e135b4
...
...
@@ -70,6 +70,7 @@
CFG_CMD_JFFS2 | \
CFG_CMD_MII | \
CFG_CMD_I2C | \
CFG_CMD_PING | \
CFG_CMD_EEPROM )
#define CONFIG_MAC_PARTITION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment