summaryrefslogtreecommitdiff
path: root/include/configs/smdk6400.h
diff options
context:
space:
mode:
authorSeunghyeon Rhee <rhee4j1@gmail.com>2009-11-13 16:49:41 +0900
committerTom Rix <Tom.Rix@windriver.com>2009-11-27 16:26:13 -0600
commita59a23d68ae4f4a1c07d105520c93e6e289d186f (patch)
tree95049ccbb0a15659a564b683f9ad23580dcac60a /include/configs/smdk6400.h
parent940032260914076b1594906334b2e3f7af6fb7cf (diff)
S3C6400/SMDK6400: fix stack_setup in start.S
Fix stack_setup to place the stack on the correct address in DRAM accroding to U-Boot standard and remove conditional compilation by CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro was introduced and used only by this board for some unclear reason. The definition of this macro is also removed because it's not referenced elsewhere. Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com> Tested-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/smdk6400.h')
-rw-r--r--include/configs/smdk6400.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h
index f6e122129..f644cd2cd 100644
--- a/include/configs/smdk6400.h
+++ b/include/configs/smdk6400.h
@@ -49,8 +49,6 @@
#define CONFIG_ENABLE_MMU
#endif
-#define CONFIG_MEMORY_UPPER_CODE
-
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_CMDLINE_TAG
#define CONFIG_INITRD_TAG