liteboard.h (3788b451e32bc925c4a63a882acc9c3b4ee895be) | liteboard.h (a5d67547dd9c7a527dfda1967010e703a22441ff) |
---|---|
1/* 2 * Copyright (C) 2015 Freescale Semiconductor, Inc. 3 * Copyright (C) 2016 Grinn 4 * 5 * Configuration settings for the Grinn liteBoard (i.MX6UL). 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ --- 5 unchanged lines hidden (view full) --- 14#include "mx6_common.h" 15 16/* SPL options */ 17#include "imx6_spl.h" 18 19/* Size of malloc() pool */ 20#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) 21 | 1/* 2 * Copyright (C) 2015 Freescale Semiconductor, Inc. 3 * Copyright (C) 2016 Grinn 4 * 5 * Configuration settings for the Grinn liteBoard (i.MX6UL). 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ --- 5 unchanged lines hidden (view full) --- 14#include "mx6_common.h" 15 16/* SPL options */ 17#include "imx6_spl.h" 18 19/* Size of malloc() pool */ 20#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) 21 |
22#define CONFIG_BOARD_EARLY_INIT_F 23 | |
24#define CONFIG_MXC_UART 25#define CONFIG_MXC_UART_BASE UART1_BASE 26 27/* MMC Configs */ 28#ifdef CONFIG_FSL_USDHC 29#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR 30#define CONFIG_SUPPORT_EMMC_BOOT 31#endif --- 139 unchanged lines hidden --- | 22#define CONFIG_MXC_UART 23#define CONFIG_MXC_UART_BASE UART1_BASE 24 25/* MMC Configs */ 26#ifdef CONFIG_FSL_USDHC 27#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR 28#define CONFIG_SUPPORT_EMMC_BOOT 29#endif --- 139 unchanged lines hidden --- |