mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
18 lines
380 B
C
18 lines
380 B
C
|
/*
|
||
|
* (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 */
|