Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-13 Thread Minkyu Kang
Dear Seunghyeon Rhee, 2009/11/13 이승현 rhee...@gmail.com: 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

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-12 Thread Minkyu Kang
Dear Seunghyeon Rhee, 2009/11/10 Minkyu Kang proms...@gmail.com: Dear Seunghyeon Rhee, 2009/11/2 Seunghyeon Rhee (이승현) seunghy...@lpmtec.com: Dear Minkyu Kang, 2009/11/2 Minkyu Kang proms...@gmail.com: Dear Seunghyeon Rhee 2009/10/31 Seunghyeon Rhee (이승현) seunghy...@lpmtec.com:

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-12 Thread 이승현
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

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-10 Thread Minkyu Kang
Dear Seunghyeon Rhee, 2009/11/2 Seunghyeon Rhee (이승현) seunghy...@lpmtec.com: Dear Minkyu Kang, 2009/11/2 Minkyu Kang proms...@gmail.com: Dear Seunghyeon Rhee 2009/10/31 Seunghyeon Rhee (이승현) seunghy...@lpmtec.com: stack_setup is modified to initialize the stack on the correct address in

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-01 Thread Minkyu Kang
Dear Seunghyeon Rhee 2009/10/31 Seunghyeon Rhee (이승현) seunghy...@lpmtec.com: stack_setup is modified to initialize the stack on the correct address in DRAM accroding to the typical memory configuration described in README and the related CONFIG_* macro definitions. This makes macro

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-01 Thread Seunghyeon Rhee (이승현)
Dear Minkyu Kang, 2009/11/2 Minkyu Kang proms...@gmail.com: Dear Seunghyeon Rhee 2009/10/31 Seunghyeon Rhee (이승현) seunghy...@lpmtec.com: stack_setup is modified to initialize the stack on the correct address in DRAM accroding to the typical memory configuration described in README and the

[U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-10-30 Thread Seunghyeon Rhee (이승현)
stack_setup is modified to initialize the stack on the correct address in DRAM accroding to the typical memory configuration described in README and the related CONFIG_* macro definitions. This makes macro CONFIG_MEMORY_UPPER_CODE no longer necessry. This was introduced and used only by this board