T1040QDS.h (6259e291341d4c3753c7ce0e61d2bf8bdc5eacf0) T1040QDS.h (9307cbaba99936847a24c9d154eaa709ffff3a26)
1/*
2 * Copyright 2013-2014 Freescale Semiconductor, Inc.
3 *
4 * See file CREDITS for list of people who contributed to this
5 * project.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as

--- 366 unchanged lines hidden (view full) ---

375 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
376 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
377#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000
378
379#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
380 GENERATED_GBL_DATA_SIZE)
381#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
382
1/*
2 * Copyright 2013-2014 Freescale Semiconductor, Inc.
3 *
4 * See file CREDITS for list of people who contributed to this
5 * project.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as

--- 366 unchanged lines hidden (view full) ---

375 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
376 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
377#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000
378
379#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
380 GENERATED_GBL_DATA_SIZE)
381#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
382
383#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
383#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
384#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
385
386/* Serial Port - controlled on board with jumper J8
387 * open - index 2
388 * shorted - index 1
389 */
390#define CONFIG_CONS_INDEX 1
391#define CONFIG_SYS_NS16550

--- 420 unchanged lines hidden ---
384#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
385
386/* Serial Port - controlled on board with jumper J8
387 * open - index 2
388 * shorted - index 1
389 */
390#define CONFIG_CONS_INDEX 1
391#define CONFIG_SYS_NS16550

--- 420 unchanged lines hidden ---