diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-13 13:23:31 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-18 21:47:08 +0530 |
commit | 7723a6deb76c382d0566786b78dfb26af395d371 (patch) | |
tree | 06e02d3ca2a1817c0f614134b876762c953f713b /board/freescale/t102xqds/t102xqds.h | |
parent | 197fc64578d03e8f431d9c242d6b65bd368ed5cf (diff) |
powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig board
DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/freescale/t102xqds/t102xqds.h')
-rw-r--r-- | board/freescale/t102xqds/t102xqds.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/board/freescale/t102xqds/t102xqds.h b/board/freescale/t102xqds/t102xqds.h deleted file mode 100644 index d327b5edb9..0000000000 --- a/board/freescale/t102xqds/t102xqds.h +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright 2014 Freescale Semiconductor, Inc. - * Copyright 2020 NXP - */ - -#ifndef __T102x_QDS_H__ -#define __T102x_QDS_H__ - -void fdt_fixup_board_enet(void *blob); -void pci_of_setup(void *blob, bd_t *bd); -int select_i2c_ch_pca9547(u8 ch, int bus_num); - -#endif |