powerpc: remove 4xx support
[platform/kernel/u-boot.git] / arch / powerpc / include / asm / global_data.h
index d0c3fa0..1c4a82c 100644 (file)
@@ -90,9 +90,6 @@ struct arch_global_data {
        unsigned int dp_alloc_base;
        unsigned int dp_alloc_top;
 #endif
-#if defined(CONFIG_4xx)
-       u32 uart_clk;
-#endif /* CONFIG_4xx */
 #ifdef CONFIG_SYS_FPGA_COUNT
        unsigned fpga_state[CONFIG_SYS_FPGA_COUNT];
 #endif