summaryrefslogtreecommitdiff
path: root/include/configs/ulcb.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2017-11-27 08:01:20 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2017-11-30 04:34:20 +0300
commit8c1b52f4b00b877567e9a9ccb56f74723eb0844f (patch)
tree2bf31787bd3bd03863715213bb0ca3cfe9d6cf42 /include/configs/ulcb.h
parentaee24b594a0fd9814b7819b565a35c84b4710b70 (diff)
downloadu-boot-8c1b52f4b00b877567e9a9ccb56f74723eb0844f.tar.xz
ARM: rmobile: Zap ad-hoc DRAM configuration macros
These macros are no longer needed since the DRAM configuration is parsed from the DT. Drop them all. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/ulcb.h')
-rw-r--r--include/configs/ulcb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h
index 001756c8e4..d6092d5096 100644
--- a/include/configs/ulcb.h
+++ b/include/configs/ulcb.h
@@ -14,14 +14,6 @@
#include "rcar-gen3-common.h"
-/* M3 ULCB has 2 banks, each with 1 GiB of RAM */
-#if defined(CONFIG_R8A7796)
-#undef PHYS_SDRAM_1_SIZE
-#undef PHYS_SDRAM_2_SIZE
-#define PHYS_SDRAM_1_SIZE (0x40000000u - DRAM_RSV_SIZE)
-#define PHYS_SDRAM_2_SIZE 0x40000000u
-#endif
-
/* SCIF */
#define CONFIG_CONS_SCIF2
#define CONFIG_CONS_INDEX 2