X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frcar-gen2-common.h;h=291c2a43d4d94d07873cb80bd7c8f38f0689fbe8;hb=11910550b65e6072b9542d462c0aa93f4ca81836;hp=a86180ead576473eb7cabdca25b220a25d8655a4;hpb=65cc0e2a65d2c9f107b2f42db6396d9ade6c5ad8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index a86180e..291c2a4 100644 --- a/include/configs/rcar-gen2-common.h +++ b/include/configs/rcar-gen2-common.h @@ -10,10 +10,6 @@ #include -#ifndef CONFIG_PINCTRL_PFC -#define CONFIG_SH_GPIO_PFC -#endif - /* console */ #define CFG_SYS_BAUDRATE_TABLE { 38400, 115200 } @@ -21,7 +17,6 @@ #define CFG_SYS_SDRAM_SIZE (RCAR_GEN2_UBOOT_SDRAM_SIZE) /* Timer */ -#define CONFIG_TMU_TIMER #define CFG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ #define CFG_SYS_TIMER_RATE (get_board_sys_clk() / 8)