mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-27 09:31:32 +00:00
Blackfin: add comment about anomaly 05000430 avoidance
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
48ab150925
commit
c2e07449f5
1 changed files with 2 additions and 0 deletions
|
@ -335,6 +335,7 @@ void initcode(ADI_BOOT_DATA *bootstruct)
|
|||
if (!ANOMALY_05000386) {
|
||||
serial_putc('F');
|
||||
|
||||
/* Always programming PLL_LOCKCNT avoids Anomaly 05000430 */
|
||||
ADI_SYSCTRL_VALUES memory_settings;
|
||||
uint32_t actions = SYSCTRL_WRITE | SYSCTRL_PLLCTL | SYSCTRL_PLLDIV | SYSCTRL_LOCKCNT;
|
||||
if (CONFIG_HAS_VR) {
|
||||
|
@ -379,6 +380,7 @@ void initcode(ADI_BOOT_DATA *bootstruct)
|
|||
|
||||
serial_putc('H');
|
||||
|
||||
/* Always programming PLL_LOCKCNT avoids Anomaly 05000430 */
|
||||
bfin_write_PLL_LOCKCNT(CONFIG_PLL_LOCKCNT_VAL);
|
||||
|
||||
serial_putc('I');
|
||||
|
|
Loading…
Add table
Reference in a new issue