diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2010-11-30 09:45:03 +0000 |
---|---|---|
committer | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-12-07 22:08:06 +0100 |
commit | 3a4ff8b3cd719372cb3b3a8432e68015d84f1fc2 (patch) | |
tree | 9b9243fc9672f7f1d3c86cc017fccf0ac3f94e71 /board | |
parent | 066df1a5d6b889f85aa1dcba0efb012073c5d98f (diff) |
at91rm9200ek: add configure target for RAM boot
This patch also removes now unnecessary config.mk in board directory and
make usage of new features in boards.cfg.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/atmel/at91rm9200ek/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/atmel/at91rm9200ek/config.mk b/board/atmel/at91rm9200ek/config.mk deleted file mode 100644 index c7323fe4776..00000000000 --- a/board/atmel/at91rm9200ek/config.mk +++ /dev/null @@ -1,2 +0,0 @@ -# currently only NOR flash booting is supported -CONFIG_SYS_TEXT_BASE = 0x10000000 |