]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/global_data.h
powerpc: remove 4xx support
[u-boot] / arch / powerpc / include / asm / global_data.h
index d0c3fa05f8cf58b16930c0b527015014f0a023b0..1c4a82ca9985302cae8d9dbd5192b16ec91ca8b0 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