diff options
author | Seunghyeon Rhee <rhee4j1@gmail.com> | 2009-11-13 16:49:41 +0900 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-11-27 16:26:13 -0600 |
commit | a59a23d68ae4f4a1c07d105520c93e6e289d186f (patch) | |
tree | 95049ccbb0a15659a564b683f9ad23580dcac60a /include | |
parent | 940032260914076b1594906334b2e3f7af6fb7cf (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')
-rw-r--r-- | include/configs/smdk6400.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index f6e1221294f..f644cd2cdaa 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 |