Hello all,
I use 811x evm borad with 64MB nor flash, and ti-ezsdk_c6a811x-evm_5_05_01_10 sdk.
Although I add CONFIG_NOR to sd booting config, the u-boot would hang at flash_init function. I have a look at the source code, it use cfi interface to access nor flash. I want to know why it works for nor booting, but doesn't for sd booting?
Thanks