Nobuhiro Iwamatsu | 7faddae | 2008-06-09 13:39:57 +0900 | [diff] [blame] | 1 | # |
2 | # board/sh7763rdp/config.mk | ||||
3 | # | ||||
4 | # TEXT_BASE refers to image _after_ relocation. | ||||
5 | # | ||||
6 | # NOTE: Must match value used in u-boot.lds (in this directory). | ||||
7 | # | ||||
8 | |||||
9 | TEXT_BASE = 0x8FFC0000 | ||||
10 | |||||
11 | # PLATFORM_CPPFLAGS += -DCONFIG_MULTIBOOT |