X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fporter.h;h=9950f80afd7d08e3eb8d6faa79425e6ae207191e;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=b1a4c2576e961bb488611033ad2736aebd2833b1;hpb=df13a44377b36f438d15de06b07ad4645b89cf4f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/porter.h b/include/configs/porter.h index b1a4c25..9950f80 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -1,19 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * include/configs/porter.h * This file is Porter board configuration. * * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2015 Cogent Embedded, Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef __PORTER_H #define __PORTER_H -#undef DEBUG -#define CONFIG_ARCH_RMOBILE_BOARD_STRING "Porter" - #include "rcar-gen2-common.h" #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 @@ -26,10 +22,7 @@ #define RCAR_GEN2_SDRAM_SIZE (2048u * 1024 * 1024) #define RCAR_GEN2_UBOOT_SDRAM_SIZE (1024u * 1024 * 1024) -/* SCIF */ - /* FLASH */ -#define CONFIG_SPI #define CONFIG_SPI_FLASH_QUAD /* SH Ether */ @@ -45,13 +38,9 @@ /* Board Clock */ #define RMOBILE_XTAL_CLK 20000000u #define CONFIG_SYS_CLK_FREQ RMOBILE_XTAL_CLK -#define CONFIG_SH_TMU_CLK_FREQ (CONFIG_SYS_CLK_FREQ / 2) - -#define CONFIG_SYS_TMU_CLK_DIV 4 #define CONFIG_EXTRA_ENV_SETTINGS \ - "fdt_high=0xffffffff\0" \ - "initrd_high=0xffffffff\0" + "bootm_size=0x10000000\0" /* SPL support */ #define CONFIG_SPL_TEXT_BASE 0xe6300000