diff options
| author | Tom Rini <[email protected]> | 2023-01-10 11:19:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-20 12:27:06 -0500 |
| commit | a3fda0d30afa5e931520006351752cfb9c0103dd (patch) | |
| tree | fd6901713763ad44a013fc514e3f02f3fa8b6411 /arch/arm | |
| parent | 8bd3c0a7e17ee17c771cabc0e548a1a436ac021d (diff) | |
global: Remove unused CONFIG defines
Remove some CONFIG symbols and related comments, etc, that are unused
within the code itself at this point.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/cpu/arm1176/start.S | 6 | ||||
| -rw-r--r-- | arch/arm/mach-at91/include/mach/at91rm9200.h | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S index 9e76a4a9e0e..78a9cc173a3 100644 --- a/arch/arm/cpu/arm1176/start.S +++ b/arch/arm/cpu/arm1176/start.S @@ -17,10 +17,6 @@ #include <config.h> #include <linux/linkage.h> -#ifndef CONFIG_SYS_PHY_UBOOT_BASE -#define CONFIG_SYS_PHY_UBOOT_BASE CFG_SYS_UBOOT_BASE -#endif - /* ************************************************************************* * @@ -88,7 +84,7 @@ cpu_init_crit: /* Prepare to disable the MMU */ adr r2, mmu_disable_phys - sub r2, r2, #(CONFIG_SYS_PHY_UBOOT_BASE - CONFIG_TEXT_BASE) + sub r2, r2, #(CFG_SYS_UBOOT_BASE - CONFIG_TEXT_BASE) b mmu_disable .align 5 diff --git a/arch/arm/mach-at91/include/mach/at91rm9200.h b/arch/arm/mach-at91/include/mach/at91rm9200.h index 309039347c8..24f3b4e9bac 100644 --- a/arch/arm/mach-at91/include/mach/at91rm9200.h +++ b/arch/arm/mach-at91/include/mach/at91rm9200.h @@ -126,6 +126,4 @@ #define ATMEL_PIO_PORTS 4 /* theese SoCs have 4 PIO */ #define ATMEL_PMC_UHP AT91RM9200_PMC_UHP -#define CONFIG_SYS_ATMEL_CPU_NAME "AT91RM9200" - #endif |
