S3C6400/SMDK6400: fix stack_setup in start.S
authorSeunghyeon Rhee <rhee4j1@gmail.com>
Fri, 13 Nov 2009 07:49:41 +0000 (16:49 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 13 Nov 2009 08:49:26 +0000 (17:49 +0900)
commit1f8b91962941d6a1bfff4993a2f3ed125f7c7e56
tree1ad3595aeea3854435892f6d5a6117a2869208ef
parent78b06d63e20cbcacd0db35224f1a2a71cd00e910
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>
cpu/arm1176/start.S
include/configs/smdk6400.h