avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
34
u-boot/include/configs/platinum_titanium.h
Normal file
34
u-boot/include/configs/platinum_titanium.h
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Copyright (C) 2014, Barco (www.barco.com)
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef __PLATINUM_TITANIUM_CONFIG_H__
|
||||
#define __PLATINUM_TITANIUM_CONFIG_H__
|
||||
|
||||
#define CONFIG_PLATINUM_TITANIUM
|
||||
#define CONFIG_PLATINUM_BOARD "Barco Titanium"
|
||||
#define CONFIG_PLATINUM_PROJECT "titanium"
|
||||
#define CONFIG_PLATINUM_CPU "imx6q"
|
||||
|
||||
#define PHYS_SDRAM_SIZE (512 << 20)
|
||||
#define CONFIG_SYS_NAND_MAX_CHIPS 1
|
||||
|
||||
#include <configs/platinum.h>
|
||||
|
||||
#define CONFIG_FEC_XCV_TYPE RGMII
|
||||
#define CONFIG_FEC_MXC_PHYADDR 4
|
||||
|
||||
#define CONFIG_PHY_MICREL
|
||||
#define CONFIG_PHY_MICREL_KSZ9021
|
||||
#define CONFIG_PHY_RESET_DELAY 1000
|
||||
|
||||
#define CONFIG_HOSTNAME titanium
|
||||
|
||||
#define CONFIG_PLATFORM_ENV_SETTINGS "\0"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_COMMON_ENV_SETTINGS \
|
||||
CONFIG_PLATFORM_ENV_SETTINGS
|
||||
|
||||
#endif /* __PLATINUM_TITANIUM_CONFIG_H__ */
|
||||
Reference in New Issue
Block a user