diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-08-13 14:50:49 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-08-22 16:51:15 +0200 |
commit | 77461a65380381b322784d03cdae22f916a2e3b4 (patch) | |
tree | 6e55b83a6f3008023693e772fe9ead77e036a15d /board/atmel | |
parent | a4c79b3a53c5619ee2ca66f555f6a66ad84d9b0d (diff) | |
download | u-boot-imx-77461a65380381b322784d03cdae22f916a2e3b4.zip u-boot-imx-77461a65380381b322784d03cdae22f916a2e3b4.tar.gz u-boot-imx-77461a65380381b322784d03cdae22f916a2e3b4.tar.bz2 |
arm: atmel: remove the config.mk file
remove the config.mk file
move text base define to board config file for following boards
- at91sam9m10g45ek
- at91sam9x5ek
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/atmel')
-rw-r--r-- | board/atmel/at91sam9m10g45ek/config.mk | 1 | ||||
-rw-r--r-- | board/atmel/at91sam9x5ek/config.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/atmel/at91sam9m10g45ek/config.mk b/board/atmel/at91sam9m10g45ek/config.mk deleted file mode 100644 index 9d3c5ae..0000000 --- a/board/atmel/at91sam9m10g45ek/config.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x73f00000 diff --git a/board/atmel/at91sam9x5ek/config.mk b/board/atmel/at91sam9x5ek/config.mk deleted file mode 100644 index 6589a12..0000000 --- a/board/atmel/at91sam9x5ek/config.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x26f00000 |