]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: atmel: remove the config.mk file
authorBo Shen <voice.shen@atmel.com>
Tue, 13 Aug 2013 06:50:49 +0000 (14:50 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Thu, 22 Aug 2013 14:51:15 +0000 (16:51 +0200)
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>
board/atmel/at91sam9m10g45ek/config.mk [deleted file]
board/atmel/at91sam9x5ek/config.mk [deleted file]
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9x5ek.h

diff --git a/board/atmel/at91sam9m10g45ek/config.mk b/board/atmel/at91sam9m10g45ek/config.mk
deleted file mode 100644 (file)
index 9d3c5ae..0000000
+++ /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 (file)
index 6589a12..0000000
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SYS_TEXT_BASE = 0x26f00000
index 2aea55567da54d387b57510537c2eb7d36bbfe76..fc4ecec7ad47195ded6f4a462ecfb1700d50c5c4 100644 (file)
@@ -13,6 +13,8 @@
 
 #include <asm/hardware.h>
 
+#define CONFIG_SYS_TEXT_BASE           0x73f00000
+
 #define CONFIG_AT91_LEGACY
 #define CONFIG_ATMEL_LEGACY            /* required until (g)pio is fixed */
 
index c799955ba60ca6fb757df4d5c16d274442d83852..4a2ac9aabde12354b353c32ade3f31eea6086d5a 100644 (file)
@@ -11,6 +11,8 @@
 
 #include <asm/hardware.h>
 
+#define CONFIG_SYS_TEXT_BASE           0x26f00000
+
 /* ARM asynchronous clock */
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768
 #define CONFIG_SYS_AT91_MAIN_CLOCK     12000000        /* 12 MHz crystal */