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:
19
u-boot/include/configs/zynq_microzed.h
Normal file
19
u-boot/include/configs/zynq_microzed.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* (C) Copyright 2013 Xilinx, Inc.
|
||||
*
|
||||
* Configuration for Micro Zynq Evaluation and Development Board - MicroZedBoard
|
||||
* See zynq-common.h for Zynq common configs
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_ZYNQ_MICROZED_H
|
||||
#define __CONFIG_ZYNQ_MICROZED_H
|
||||
|
||||
#define CONFIG_SYS_NO_FLASH
|
||||
|
||||
#define CONFIG_ZYNQ_USB
|
||||
|
||||
#include <configs/zynq-common.h>
|
||||
|
||||
#endif /* __CONFIG_ZYNQ_MICROZED_H */
|
||||
Reference in New Issue
Block a user