mx6sllevk.h (3788b451e32bc925c4a63a882acc9c3b4ee895be) | mx6sllevk.h (a5d67547dd9c7a527dfda1967010e703a22441ff) |
---|---|
1/* 2 * Copyright 2013-2016 Freescale Semiconductor, Inc. 3 * 4 * Configuration settings for the Freescale i.MX6SL EVK board. 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 --- 6 unchanged lines hidden (view full) --- 15#ifndef CONFIG_CSF_SIZE 16#define CONFIG_CSF_SIZE 0x4000 17#endif 18#endif 19 20/* Size of malloc() pool */ 21#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) 22 | 1/* 2 * Copyright 2013-2016 Freescale Semiconductor, Inc. 3 * 4 * Configuration settings for the Freescale i.MX6SL EVK board. 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 --- 6 unchanged lines hidden (view full) --- 15#ifndef CONFIG_CSF_SIZE 16#define CONFIG_CSF_SIZE 0x4000 17#endif 18#endif 19 20/* Size of malloc() pool */ 21#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) 22 |
23#define CONFIG_BOARD_EARLY_INIT_F 24 | |
25#define CONFIG_MXC_UART 26#define CONFIG_MXC_UART_BASE UART1_BASE 27 28/* I2C Configs */ 29#ifdef CONFIG_CMD_I2C 30#define CONFIG_SYS_I2C_MXC 31#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ 32#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ --- 127 unchanged lines hidden --- | 23#define CONFIG_MXC_UART 24#define CONFIG_MXC_UART_BASE UART1_BASE 25 26/* I2C Configs */ 27#ifdef CONFIG_CMD_I2C 28#define CONFIG_SYS_I2C_MXC 29#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ 30#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ --- 127 unchanged lines hidden --- |