X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpeach-pit.h;h=09c6b4f8dd51b4927b978b5407df931eeee1fe7d;hb=4db386655a889b6466d2c3f40839ad21205c6d21;hp=987cef504c9bd0d31ed23a7d207c6ce59cf8054d;hpb=4b19b7448e63bab8af17abbb30acff00d8f0dc99;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 987cef5..09c6b4f 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -1,33 +1,28 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Samsung Electronics * * Configuration settings for the SAMSUNG/GOOGLE PEACH-PIT board. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_PEACH_PIT_H #define __CONFIG_PEACH_PIT_H -#include - -#include - - -/* select serial console configuration */ -#define CONFIG_SERIAL3 /* use SERIAL 3 */ +#define MEM_LAYOUT_ENV_SETTINGS \ + "bootm_size=0x10000000\0" \ + "kernel_addr_r=0x22000000\0" \ + "fdt_addr_r=0x23000000\0" \ + "ramdisk_addr_r=0x23300000\0" \ + "scriptaddr=0x30000000\0" \ + "pxefile_addr_r=0x31000000\0" -#define CONFIG_SYS_PROMPT "Peach # " -#define CONFIG_IDENT_STRING " for Peach" +#include +#include +#include -#define CONFIG_VIDEO_PARADE +#define CFG_SYS_SDRAM_BASE 0x20000000 -/* Display */ -#define CONFIG_LCD -#ifdef CONFIG_LCD -#define CONFIG_EXYNOS_FB -#define CONFIG_EXYNOS_DP -#define LCD_BPP LCD_COLOR16 -#endif +/* DRAM Memory Banks */ +#define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ #endif /* __CONFIG_PEACH_PIT_H */