
Dear Tom
2009/9/23 Tom Tom.Rix@windriver.com:
Minkyu Kang wrote:
Dear Tom
2009/9/23 Tom Tom.Rix@windriver.com:
Minkyu Kang wrote:
Adds new board SMDKC100 that uses s5pc100 SoC
Signed-off-by: Minkyu Kang mk7.kang@samsung.com Signed-off-by: HeungJun, Kim riverful.kim@samsung.com
<snip>
+#ifndef CONFIG_ONENAND_IPL
- /* setting SRAM */
- ldr r0, =S5PC100_SROMC_BASE
- ldr r1, =0x9
- str r1, [r0]
+#endif
Where is CONFIG_ONENAND_IPL defined ? If it is not being used, the #ifndef logic should be reduced.
Kyungmin Park sent the patch that is supported onenand_ipl for s5pc1xx. but not yet applied onenand_ipl patch for s5pc1xx. When that patch is applied, we need these logic. If necessary, I'll delete these logic until apply the patch.
If the patch already exits, it would be better if it was in this patchset. Can we get the onenand_ipl patch ?
Tom
please see below link http://lists.denx.de/pipermail/u-boot/2009-August/059590.html
As you seen, that patch just prepare to add s5pc100 soc actually we need more patches for add board files into onenand_ipl and add #ifndef logic at arm_cortaxa8/start.S
so, I plan them to next patch How you think?
Thanks Minkyu Kang