From 5e1d417bec92ac1045b31e7144f35d66b420dc0a Mon Sep 17 00:00:00 2001 From: Horatiu Vultur Date: Wed, 3 Apr 2019 19:54:45 +0200 Subject: net: Add MSCC Jaguar2 network driver. Add network driver for Microsemi Ethernet switch. It is present on Jaguar2 SoCs. Reviewed-by: Daniel Schwierzeck Signed-off-by: Horatiu Vultur --- include/configs/vcoreiii.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/vcoreiii.h b/include/configs/vcoreiii.h index 2840c7b815..aeef58db42 100644 --- a/include/configs/vcoreiii.h +++ b/include/configs/vcoreiii.h @@ -10,7 +10,7 @@ /* Onboard devices */ -#define CONFIG_SYS_MALLOC_LEN 0x100000 +#define CONFIG_SYS_MALLOC_LEN 0x1F0000 #define CONFIG_SYS_LOAD_ADDR 0x00100000 #define CONFIG_SYS_INIT_SP_OFFSET 0x400000 -- cgit