mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
371fc580d2
Add missing DT nodes and enable USB. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Nathan Rossi <nathan@nathanrossi.com>
19 lines
405 B
C
19 lines
405 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
|
|
|
|
#define CONFIG_ZYNQ_USB
|
|
|
|
#include <configs/zynq-common.h>
|
|
|
|
#endif /* __CONFIG_ZYNQ_MICROZED_H */
|