upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
18 lines
380 B
18 lines
380 B
11 years ago
|
/*
|
||
|
* (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
|
||
|
|
||
|
#include <configs/zynq-common.h>
|
||
|
|
||
|
#endif /* __CONFIG_ZYNQ_MICROZED_H */
|