liteboard.h (8ea05705a70135a94419b0d243666c1b51fe1f8d) | liteboard.h (3788b451e32bc925c4a63a882acc9c3b4ee895be) |
---|---|
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 */ --- 6 unchanged lines hidden (view full) --- 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 | 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 */ --- 6 unchanged lines hidden (view full) --- 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#define CONFIG_BOARD_LATE_INIT | |
24 25#define CONFIG_MXC_UART 26#define CONFIG_MXC_UART_BASE UART1_BASE 27 28/* MMC Configs */ 29#ifdef CONFIG_FSL_USDHC 30#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR 31#define CONFIG_SUPPORT_EMMC_BOOT --- 140 unchanged lines hidden --- | 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 --- 140 unchanged lines hidden --- |