Lines Matching +full:half +full:- +full:length
1 /* SPDX-License-Identifier: GPL-2.0+ */
44 * -Monitor at top of sdram.
45 * -The heap is placed below the monitor
46 * -The stack is placed below the heap (&grows down).
53 CONFIG_SYS_SDRAM_SIZE - \
58 * ENVIRONMENT -- Put environment in sector CONFIG_SYS_MONITOR_LEN above
61 * of flash. NOTE: the monitor length must be multiple of sector size
72 #define CONFIG_SYS_LOAD_ADDR 0xcc000000 /* Half of RAM */
75 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MONITOR_BASE - \
76 CONFIG_ENV_SIZE - \
77 CONFIG_SYS_MALLOC_LEN - \