diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-25 18:31:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-03 15:30:53 -0400 |
commit | eda90d2467d219cb3ff110dbcb25e0a984176647 (patch) | |
tree | 8f6bb1e309335e13040148d8062fc3770589a722 /board | |
parent | b54fad3fe2019120f095aa7bea59dde2b52907c0 (diff) | |
download | u-boot-eda90d2467d219cb3ff110dbcb25e0a984176647.tar.gz u-boot-eda90d2467d219cb3ff110dbcb25e0a984176647.tar.bz2 u-boot-eda90d2467d219cb3ff110dbcb25e0a984176647.zip |
board/freescale: Drop two orphaned entries
As the defconfig files here have been removed we can also remove the
entries.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/t104xrdb/MAINTAINERS | 5 | ||||
-rw-r--r-- | board/freescale/t208xrdb/MAINTAINERS | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/board/freescale/t104xrdb/MAINTAINERS b/board/freescale/t104xrdb/MAINTAINERS index 4e82f7f2ee..55fdb600a1 100644 --- a/board/freescale/t104xrdb/MAINTAINERS +++ b/board/freescale/t104xrdb/MAINTAINERS @@ -24,8 +24,3 @@ F: configs/T1040RDB_SDCARD_defconfig F: configs/T1040D4RDB_SDCARD_defconfig F: configs/T1042D4RDB_SDCARD_defconfig F: configs/T1042RDB_PI_SDCARD_defconfig - -T1042D4RDB_SECURE_BOOT BOARD -M: Ruchika Gupta <ruchika.gupta@nxp.com> -S: Maintained -F: configs/T1042D4RDB_SECURE_BOOT_defconfig diff --git a/board/freescale/t208xrdb/MAINTAINERS b/board/freescale/t208xrdb/MAINTAINERS index 6e9b25fa04..5be7a25c03 100644 --- a/board/freescale/t208xrdb/MAINTAINERS +++ b/board/freescale/t208xrdb/MAINTAINERS @@ -12,8 +12,3 @@ F: configs/T2080RDB_revD_defconfig F: configs/T2080RDB_revD_NAND_defconfig F: configs/T2080RDB_revD_SDCARD_defconfig F: configs/T2080RDB_revD_SPIFLASH_defconfig - -T2080RDB_SECURE_BOOT BOARD -M: Ruchika Gupta <ruchika.gupta@nxp.com> -S: Maintained -F: configs/T2080RDB_SECURE_BOOT_defconfig |