diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:49 -0500 |
commit | 4fd9373bbb3f160c2975fc9de2fab49040141833 (patch) | |
tree | 3adab895551795a8993143119fe31ebe679a128b /include/configs/km | |
parent | 60910a3f0267ccf2f87f1205aa3fb76491e674b5 (diff) | |
download | u-boot-4fd9373bbb3f160c2975fc9de2fab49040141833.tar.gz u-boot-4fd9373bbb3f160c2975fc9de2fab49040141833.tar.bz2 u-boot-4fd9373bbb3f160c2975fc9de2fab49040141833.zip |
net: Remove more legacy functions
Remove some of the board and arch specific non-DM_ETH helper code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/km-mpc83xx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/km/km-mpc83xx.h b/include/configs/km/km-mpc83xx.h index 1f03f95ace..c939caf2a1 100644 --- a/include/configs/km/km-mpc83xx.h +++ b/include/configs/km/km-mpc83xx.h @@ -58,8 +58,3 @@ * the maximum mapped by the Linux kernel during initialization. */ #define CFG_SYS_BOOTMAPSZ (8 << 20) - -/* - * QE UEC ethernet configuration - */ -#define CONFIG_UEC_ETH |