diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-24 10:36:13 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-31 23:04:38 +0900 |
commit | 78385bf2359d828184d0b3649f7ae6b933420000 (patch) | |
tree | 5db40fb55aa2febc85a828c62ad730353846223c /board/sh7763rdp/config.mk | |
parent | c6525d459c350bfc246ea7826456af77e1e314eb (diff) |
sh: sh7763rdp: Moved sh7763rdp board to board/renesas
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/sh7763rdp/config.mk')
-rw-r--r-- | board/sh7763rdp/config.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/sh7763rdp/config.mk b/board/sh7763rdp/config.mk deleted file mode 100644 index c52dbfd7b0..0000000000 --- a/board/sh7763rdp/config.mk +++ /dev/null @@ -1,11 +0,0 @@ -# -# board/sh7763rdp/config.mk -# -# TEXT_BASE refers to image _after_ relocation. -# -# NOTE: Must match value used in u-boot.lds (in this directory). -# - -TEXT_BASE = 0x8FFC0000 - -# PLATFORM_CPPFLAGS += -DCONFIG_MULTIBOOT |