Merge https://source.denx.de/u-boot/custodians/u-boot-usb
[platform/kernel/u-boot.git] / include / configs / sama5d2_xplained.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration file for the SAMA5D2 Xplained Board.
4  *
5  * Copyright (C) 2015 Atmel Corporation
6  *                    Wenyou Yang <wenyou.yang@atmel.com>
7  */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12 #include "at91-sama5_common.h"
13
14 /* SPL */
15
16 #define CONFIG_SYS_MONITOR_LEN          (512 << 10)
17
18 #endif