apalis/colibri_imx7/pxa270/t20/t30/vf: integrate config block handling
With our common code in place actually make use of it across all our modules. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
committed by
Tom Rini
parent
a2777ecb9d
commit
b891d01038
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014-2015 Marcel Ziswiler
|
||||
* Copyright (c) 2014-2016 Marcel Ziswiler
|
||||
*
|
||||
* Configuration settings for the Toradex Apalis T30 modules.
|
||||
*
|
||||
@@ -16,7 +16,7 @@
|
||||
#define CONFIG_ARCH_MISC_INIT
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Toradex Apalis T30"
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_TEGRA_ENABLE_UARTA
|
||||
|
||||
@@ -21,10 +21,14 @@
|
||||
/*#define CONFIG_DBG_MONITOR*/
|
||||
#define PHYS_SDRAM_SIZE SZ_512M
|
||||
|
||||
#define CONFIG_ARCH_MISC_INIT
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#define CONFIG_BOARD_LATE_INIT
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */
|
||||
|
||||
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
||||
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
|
||||
|
||||
/* Size of malloc() pool */
|
||||
#define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Toradex Colibri PXA270 configuration file
|
||||
*
|
||||
* Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
|
||||
* Copyright (C) 2015 Marcel Ziswiler <marcel@ziswiler.com>
|
||||
* Copyright (C) 2015-2016 Marcel Ziswiler <marcel@ziswiler.com>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
@@ -21,10 +21,14 @@
|
||||
/* We will never enable dcache because we have to setup MMU first */
|
||||
#define CONFIG_SYS_DCACHE_OFF
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */
|
||||
|
||||
/*
|
||||
* Environment settings
|
||||
*/
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
||||
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
|
||||
#define CONFIG_SYS_MALLOC_LEN (128 * 1024)
|
||||
#define CONFIG_ARCH_CPU_INIT
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#define CONFIG_ARCH_MISC_INIT
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T20"
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_TEGRA_ENABLE_UARTA
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2015 Stefan Agner
|
||||
* Copyright (c) 2013-2016 Stefan Agner
|
||||
*
|
||||
* Configuration settings for the Toradex Colibri T30 modules.
|
||||
*
|
||||
@@ -16,7 +16,7 @@
|
||||
#define CONFIG_ARCH_MISC_INIT
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T30"
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_TEGRA_ENABLE_UARTA
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015 Toradex, Inc.
|
||||
* Copyright 2015-2016 Toradex, Inc.
|
||||
*
|
||||
* Configuration settings for the Toradex VF50/VF61 module.
|
||||
* Configuration settings for the Toradex VF50/VF61 modules.
|
||||
*
|
||||
* Based on vf610twr.h:
|
||||
* Copyright 2013 Freescale Semiconductor, Inc.
|
||||
@@ -21,6 +21,7 @@
|
||||
#define CONFIG_SYS_FSL_CLK
|
||||
|
||||
#define CONFIG_ARCH_MISC_INIT
|
||||
#define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */
|
||||
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
@@ -36,6 +37,7 @@
|
||||
|
||||
/* Allow to overwrite serial and ethaddr */
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
||||
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
|
||||
#define CONFIG_BAUDRATE 115200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user