X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frk3368_common.h;h=1bdc8cf187b0b7b847b47789cf81847bcaaeb88f;hb=f113d7d3034672de7d074506a05a7055f1f0dcae;hp=10f643f7ce0031f2e347cd3b6fc21c42a162affe;hpb=75670c81e48d4cdab791ab040f00062f2a997d78;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h index 10f643f..1bdc8cf 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2016 Andreas Färber - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_RK3368_COMMON_H @@ -9,32 +8,17 @@ #include "rockchip-common.h" -#define CONFIG_SYS_CACHELINE_SIZE 64 - -#include +#include #include #define CONFIG_SYS_SDRAM_BASE 0 #define SDRAM_MAX_SIZE 0xff000000 -#define CONFIG_NR_DRAM_BANKS 1 -#define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_MALLOC_LEN (32 << 20) -#define CONFIG_SYS_CBSIZE 1024 -#define CONFIG_SKIP_LOWLEVEL_INIT - -#define COUNTER_FREQUENCY 24000000 - -#define CONFIG_SYS_NS16550_MEM32 -#define CONFIG_SYS_INIT_SP_ADDR 0x00300000 -#define CONFIG_SYS_LOAD_ADDR 0x00280000 +#define CONFIG_IRAM_BASE 0xff8c0000 -#define CONFIG_SPL_TEXT_BASE 0x00000000 -#define CONFIG_SPL_MAX_SIZE 0x40000 #define CONFIG_SPL_BSS_START_ADDR 0x400000 -#define CONFIG_SPL_BSS_MAX_SIZE 0x20000 -#define CONFIG_BOUNCE_BUFFER +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */ #ifndef CONFIG_SPL_BUILD #define ENV_MEM_LAYOUT_SETTINGS \ @@ -47,6 +31,7 @@ #include #define CONFIG_EXTRA_ENV_SETTINGS \ + "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ ENV_MEM_LAYOUT_SETTINGS \ BOOTENV