X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpeach-pi.h;h=ba82aaf6537143a6d9a42bd5888e031edce069b9;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=b01fe4c51de7b51fad0a680cb73f02e4c01710c1;hpb=423620b9d47a704124f9fd624b4de4ed56c600d6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/peach-pi.h b/include/configs/peach-pi.h index b01fe4c..ba82aaf 100644 --- a/include/configs/peach-pi.h +++ b/include/configs/peach-pi.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014 Samsung Electronics * * Configuration settings for the SAMSUNG/GOOGLE PEACH-PI board. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_PEACH_PI_H @@ -22,15 +21,9 @@ #include #define CONFIG_SYS_SDRAM_BASE 0x20000000 -#define CONFIG_SYS_TEXT_BASE 0x23E00000 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800) -/* select serial console configuration */ -#define CONFIG_SERIAL3 /* use SERIAL 3 */ -#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" - /* Display */ -#define CONFIG_LCD #ifdef CONFIG_LCD #define CONFIG_EXYNOS_FB #define CONFIG_EXYNOS_DP @@ -40,7 +33,6 @@ #define CONFIG_POWER_TPS65090_EC /* DRAM Memory Banks */ -#define CONFIG_NR_DRAM_BANKS 7 #define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ #endif /* __CONFIG_PEACH_PI_H */