net/sfc/base: add firmware image layout option
[dpdk.git] / drivers / net / sfc / base / ef10_image.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  *
3  * Copyright (c) 2017-2018 Solarflare Communications Inc.
4  * All rights reserved.
5  */
6
7 #include "efx.h"
8 #include "efx_impl.h"
9
10 #if EFSYS_OPT_MEDFORD || EFSYS_OPT_MEDFORD2
11
12 #if EFSYS_OPT_IMAGE_LAYOUT
13
14 #include "ef10_signed_image_layout.h"
15
16
17
18 #endif  /* EFSYS_OPT_IMAGE_LAYOUT */
19
20 #endif  /* EFSYS_OPT_MEDFORD || EFSYS_OPT_MEDFORD2 */