X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fr0p7734.h;h=3e4ef763c92a96064136726006cff89b4a9b2afb;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=c5cb657afb4570c4111ff11c8c96b9f3e3071275;hpb=e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index c5cb657..3e4ef76 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuation settings for the Renesas Solutions r0p7734 board * * Copyright (C) 2010, 2011 Nobuhiro Iwamatsu - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __R0P7734_H @@ -49,8 +48,6 @@ #undef CONFIG_SYS_LOADS_BAUD_CHANGE /* FLASH */ -#define CONFIG_FLASH_CFI_DRIVER 1 -#define CONFIG_SYS_FLASH_CFI #undef CONFIG_SYS_FLASH_QUIET_TEST #define CONFIG_SYS_FLASH_EMPTY_INFO #define CONFIG_SYS_FLASH_BASE (0xA0000000) @@ -73,7 +70,6 @@ * Use hardware flash sectors protection instead * of U-Boot software protection */ -#undef CONFIG_SYS_FLASH_PROTECTION #undef CONFIG_SYS_DIRECT_FLASH_TFTP /* Address of u-boot image in Flash (NOT run time address in SDRAM) ?!? */ @@ -99,8 +95,6 @@ #else #define CONFIG_SYS_CLK_FREQ 44444444 #endif -#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ -#define CONFIG_SYS_TMU_CLK_DIV 4 #endif /* __R0P7734_H */