diff options
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 |