1# Copyright (c) 2020, Antmicro
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_MERCURY_XU
5
6config FLASH_SIZE
7	int
8	default 64
9
10config FLASH_BASE_ADDRESS
11	default 0x08000000
12
13endif
14