diff options
Diffstat (limited to 'board/freescale/mx6qsabreauto/mx6dl.cfg')
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6dl.cfg | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/board/freescale/mx6qsabreauto/mx6dl.cfg b/board/freescale/mx6qsabreauto/mx6dl.cfg index 89078e5..2cfb81a 100644 --- a/board/freescale/mx6qsabreauto/mx6dl.cfg +++ b/board/freescale/mx6qsabreauto/mx6dl.cfg @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Freescale Semiconductor, Inc. + * Copyright (C) 2013-2016 Freescale Semiconductor, Inc. * Jason Liu <r64343@freescale.com> * * SPDX-License-Identifier: GPL-2.0+ @@ -9,6 +9,10 @@ * * The syntax is taken as close as possible with the kwbimage */ + +#define __ASSEMBLY__ +#include <config.h> + /* image version */ IMAGE_VERSION 2 @@ -19,6 +23,11 @@ IMAGE_VERSION 2 */ BOOT_FROM sd +#ifdef CONFIG_USE_IMXIMG_PLUGIN +/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ +PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 +#else + /* * Device Configuration Data (DCD) * @@ -128,3 +137,4 @@ DATA 4 0x020e0010 0xF00000CF /* set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7 */ DATA 4 0x020e0018 0x007F007F DATA 4 0x020e001c 0x007F007F +#endif |