X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpeach-pit.h;h=16fb2f3a0e304acbb4e8d15061e8216bc914f8f9;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=987cef504c9bd0d31ed23a7d207c6ce59cf8054d;hpb=1454ba8e56d88a8b95ac8050cde2c07c651cd0ae;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 987cef5..16fb2f3 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -1,33 +1,29 @@ +/* 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 CONFIG_SYS_SDRAM_BASE 0x20000000 +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800) -/* 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 */