X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fporter.h;h=9950f80afd7d08e3eb8d6faa79425e6ae207191e;hb=10d3e90f46feace58f4141b696d91644e594e3ed;hp=ba444762f156faab0f1478d774ca1411e424d487;hpb=b25f8e2112b1582ce6386e846800a31bab688e50;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/porter.h b/include/configs/porter.h index ba44476..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 @@ -42,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