mx6sllevk.h (373ae16c9282cf6dfb39cd6e1b8ad26098635ca2) | mx6sllevk.h (3788b451e32bc925c4a63a882acc9c3b4ee895be) |
---|---|
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 --- 7 unchanged lines hidden (view full) --- 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 | 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 --- 7 unchanged lines hidden (view full) --- 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#define CONFIG_BOARD_LATE_INIT | |
25 26#define CONFIG_MXC_UART 27#define CONFIG_MXC_UART_BASE UART1_BASE 28 29/* I2C Configs */ 30#ifdef CONFIG_CMD_I2C 31#define CONFIG_SYS_I2C_MXC 32#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ --- 128 unchanged lines hidden --- | 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 */ --- 128 unchanged lines hidden --- |