
16 May
2014
16 May
'14
7:48 a.m.
Hi Andreass,
I noticed by chance atngw100mkii board does not define CONFIG_SYS_TEXT_BASE, although the other AVR32 boards define it.
Is this your intention, or mistake?
This is what I did:
$ git branch * master $ git describe v2014.07-rc1-79-g2072e72 $ make mrproper $ make atngw100mkii_config Configuring for atngw100mkii board... $ make -s -j8 CROSS_COMPILE=avr32-linux- $ grep CONFIG_SYS_TEXT_BASE include/autoconf.mk $
I can't find CONFIG_SYS_TEXT_BASE in include/autoconf.mk
Best Regards Masahiro Yamada