]> git.sur5r.net Git - u-boot/commit
S3C6400/SMDK6400: fix stack_setup in start.S
authorSeunghyeon Rhee <rhee4j1@gmail.com>
Fri, 13 Nov 2009 07:49:41 +0000 (16:49 +0900)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:13 +0000 (16:26 -0600)
commita59a23d68ae4f4a1c07d105520c93e6e289d186f
tree95049ccbb0a15659a564b683f9ad23580dcac60a
parent940032260914076b1594906334b2e3f7af6fb7cf
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