diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cm4008.h | 1 | ||||
-rw-r--r-- | include/configs/cm41xx.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h index 81e4de4..5777062 100644 --- a/include/configs/cm4008.h +++ b/include/configs/cm4008.h @@ -38,6 +38,7 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_DRIVER_KS8695ETH /* use KS8695 ethernet driver */ +#define CONFIG_NET_MULTI /* * Size of malloc() pool diff --git a/include/configs/cm41xx.h b/include/configs/cm41xx.h index 785ab0a..66e689a 100644 --- a/include/configs/cm41xx.h +++ b/include/configs/cm41xx.h @@ -38,6 +38,7 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_DRIVER_KS8695ETH /* use KS8695 ethernet driver */ +#define CONFIG_NET_MULTI /* * Size of malloc() pool |