P1022DS.h (1ad6364eeb4f578e423081d1748e8a3fdf1ab01d) | P1022DS.h (9307cbaba99936847a24c9d154eaa709ffff3a26) |
---|---|
1/* 2 * Copyright 2010-2012 Freescale Semiconductor, Inc. 3 * Authors: Srikanth Srinivasan <srikanth.srinivasan@freescale.com> 4 * Timur Tabi <timur@freescale.com> 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 --- 338 unchanged lines hidden (view full) --- 347#define CONFIG_SYS_INIT_RAM_LOCK 348#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ 349#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* Size of used area in RAM */ 350 351#define CONFIG_SYS_GBL_DATA_OFFSET \ 352 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) 353#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET 354 | 1/* 2 * Copyright 2010-2012 Freescale Semiconductor, Inc. 3 * Authors: Srikanth Srinivasan <srikanth.srinivasan@freescale.com> 4 * Timur Tabi <timur@freescale.com> 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 --- 338 unchanged lines hidden (view full) --- 347#define CONFIG_SYS_INIT_RAM_LOCK 348#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ 349#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* Size of used area in RAM */ 350 351#define CONFIG_SYS_GBL_DATA_OFFSET \ 352 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) 353#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET 354 |
355#define CONFIG_SYS_MONITOR_LEN (512 * 1024) | 355#define CONFIG_SYS_MONITOR_LEN (768 * 1024) |
356#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) 357 358/* 359 * Config the L2 Cache as L2 SRAM 360*/ 361#if defined(CONFIG_SPL_BUILD) 362#if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH) 363#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000 --- 423 unchanged lines hidden --- | 356#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) 357 358/* 359 * Config the L2 Cache as L2 SRAM 360*/ 361#if defined(CONFIG_SPL_BUILD) 362#if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH) 363#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000 --- 423 unchanged lines hidden --- |