diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-19 15:02:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:13:28 -0400 |
commit | d1240b6ab2d23fbced6a894223e5ec5a4a35ae7f (patch) | |
tree | e5ae8b34d04da2391042a450bb5c415808dc34ab /include/configs/sniper.h | |
parent | b21f965bb055cd7eede411e489d886122c63d04a (diff) | |
download | u-boot-d1240b6ab2d23fbced6a894223e5ec5a4a35ae7f.tar.gz |
global: Remove dead code that starts with CONFIG_[0-9A]
This removes a number of spots of dead code based on symbols that start
with CONFIG_[0-9] or CONFIG_A.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sniper.h')
-rw-r--r-- | include/configs/sniper.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 844e2f1fff1..25e0735022f 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -12,16 +12,6 @@ #include <asm/arch/omap.h> /* - * CPU - */ - -#define CONFIG_ARM_ARCH_CP15_ERRATA - -/* - * Board - */ - -/* * Clocks */ |