diff options
Diffstat (limited to 'board/sh7763rdp/config.mk')
-rw-r--r-- | board/sh7763rdp/config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/sh7763rdp/config.mk b/board/sh7763rdp/config.mk new file mode 100644 index 00000000000..c52dbfd7b0b --- /dev/null +++ b/board/sh7763rdp/config.mk @@ -0,0 +1,11 @@ +# +# 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 |