zynq_boards: move RAM size to board defs
This commit is contained in:
committed by
Norman Feske
parent
a4d3745a9a
commit
f84567e460
@@ -30,6 +30,8 @@ namespace Zynq_parallella {
|
||||
CPU_3X2X_CLOCK = 3*CPU_1X_CLOCK,
|
||||
CPU_6X4X_CLOCK = 6*CPU_1X_CLOCK,
|
||||
|
||||
RAM_0_SIZE = 0x40000000, /* 1GiB */
|
||||
|
||||
CORTEX_A9_CLOCK = 2*CPU_6X4X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CPU_3X2X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
|
||||
@@ -30,6 +30,8 @@ namespace Zynq_zc702 {
|
||||
CPU_3X2X_CLOCK = 3*CPU_1X_CLOCK,
|
||||
CPU_6X4X_CLOCK = 6*CPU_1X_CLOCK,
|
||||
|
||||
RAM_0_SIZE = 0x40000000, /* 1GiB */
|
||||
|
||||
CORTEX_A9_CLOCK = 2*CPU_6X4X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CPU_3X2X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
|
||||
@@ -30,6 +30,8 @@ namespace Zynq_zc706 {
|
||||
CPU_3X2X_CLOCK = 3*CPU_1X_CLOCK,
|
||||
CPU_6X4X_CLOCK = 6*CPU_1X_CLOCK,
|
||||
|
||||
RAM_0_SIZE = 0x40000000, /* 1GiB */
|
||||
|
||||
CORTEX_A9_CLOCK = 2*CPU_6X4X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_CLK = CPU_3X2X_CLOCK,
|
||||
CORTEX_A9_PRIVATE_TIMER_DIV = 100,
|
||||
|
||||
Reference in New Issue
Block a user