Hi Scott,
I was trying to understand the nand boot sequence for P1022 by referring the u-boot-sdk.1.3.x code. I have some very basic doubts.
1. In u-boot-sdk, the macro CONFIG_NAND_SPL controls the use of CONFIG_SYS_TEXT_BASE_SPL. But CONFIG_NAND_SPL macro is not defined in the include/configs/P1022DS.h file. Is this macro needs to be defined manually ? what is its significance in nand booting ?
2. As per P1022 RM the reset vector address is 0xfffffffc but in uboot,p1022DS.h the macro CONFIG_RESET_VECTOR_ADDRESS is 0xeffffffc. What is the reason behind it ?
Thanks
Jagat