diff options
Diffstat (limited to 'board/freescale/mx6qsabreauto/mx6dl.cfg')
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6dl.cfg | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/board/freescale/mx6qsabreauto/mx6dl.cfg b/board/freescale/mx6qsabreauto/mx6dl.cfg index 902b0a5..0729c03 100644 --- a/board/freescale/mx6qsabreauto/mx6dl.cfg +++ b/board/freescale/mx6qsabreauto/mx6dl.cfg @@ -2,23 +2,7 @@ * Copyright (C) 2014 Freescale Semiconductor, Inc. * Jason Liu <r64343@freescale.com> * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not write to the Free Software - * Foundation Inc. 51 Franklin Street Fifth Floor Boston, - * MA 02110-1301 USA + * SPDX-License-Identifier: GPL-2.0+ * * Refer docs/README.imxmage for more details about how-to configure * and create imximage boot image @@ -47,6 +31,10 @@ BOOT_FROM nor BOOT_FROM sd #endif +#ifdef CONFIG_USE_PLUGIN +/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ +PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 +#else /* * Device Configuration Data (DCD) * @@ -156,3 +144,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 |