diff options
| author | Horatiu Vultur <[email protected]> | 2019-04-03 19:54:45 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2019-04-12 17:32:51 +0200 |
| commit | 5e1d417bec92ac1045b31e7144f35d66b420dc0a (patch) | |
| tree | ee358f249bc3e9037d03b2d268d231bfdc7625a7 /include | |
| parent | d8c7ae72534ee0987fbc336150662c492e1f3562 (diff) | |
net: Add MSCC Jaguar2 network driver.
Add network driver for Microsemi Ethernet switch.
It is present on Jaguar2 SoCs.
Reviewed-by: Daniel Schwierzeck <[email protected]>
Signed-off-by: Horatiu Vultur <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/vcoreiii.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vcoreiii.h b/include/configs/vcoreiii.h index 2840c7b815b..aeef58db42b 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 |
