
Dear Reinhard Meyer,
In message 4CBB3B3B.8040408@emk-elektronik.de you wrote:
--- a/board/atmel/at91rm9200ek/config.mk +++ b/board/atmel/at91rm9200ek/config.mk @@ -1 +1,2 @@ -TEXT_BASE = 0x21f00000 +# currently only NOR flash booting is supported +TEXT_BASE = 0x10000000
Currently TEXT_BASE is being changed to CONFIG_ and moved to the <board>.h file, thus removing the need for a <board>/config.mk.
I'm not sure when to pick up this patch and how it will merge. Wolfgang?
The patch was submitted while the MW was open, so it should go in now (assuming there are no issues that need to be fixed first).
If needed I will try to resolve any merge conflicts, but as I cannot test this, and as it seems that other fixes are needed anyway, it would make sense that a resubmission is based on top of the Makefile-cleanup patch series.
Best regards,
Wolfgang Denk