aboutsummaryrefslogtreecommitdiff
path: root/include/configs/brppt2.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-16 13:10:36 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:06:07 -0500
commitaec118ebe63f7f0ab60916f9906fb3cb680abf7a (patch)
tree7943d7ed6c554ee1034f6898620892ec790139e0 /include/configs/brppt2.h
parentf16b1a6c0082fc29371776096986d56c21851565 (diff)
downloadu-boot-aec118ebe63f7f0ab60916f9906fb3cb680abf7a.zip
u-boot-aec118ebe63f7f0ab60916f9906fb3cb680abf7a.tar.gz
u-boot-aec118ebe63f7f0ab60916f9906fb3cb680abf7a.tar.bz2
imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h
There are now no flags being set in these files, so remove them. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/brppt2.h')
-rw-r--r--include/configs/brppt2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/brppt2.h b/include/configs/brppt2.h
index 0c7fe5f..bdedf7e 100644
--- a/include/configs/brppt2.h
+++ b/include/configs/brppt2.h
@@ -86,9 +86,4 @@ BUR_COMMON_ENV \
/* USB Configs */
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
-/* SPL */
-#ifdef CONFIG_SPL
-#include "imx6_spl.h"
-
-#endif /* CONFIG_SPL */
#endif /* __CONFIG_BRPP2_IMX6_H */