analogdevicesinc / lnxdsp-u-boot

U-Boot for Analog Devices ADSP-SC5xx based EZ-KIT boards
3 stars 9 forks source link

SC598: Fix Falcon Mode. #33

Closed OliverGaskellADI closed 5 months ago

OliverGaskellADI commented 5 months ago

Just updates CONFIG_ENV_OFFSET in SC598 Falcon config.. Existing value wasn't working, seemed to corrupt the FIT image. Updated value to match the non-falcon (spl) config, and Falcon works.

note: SC594 tested, and unaffected - not tested any other boards.

OliverGaskellADI commented 5 months ago

After testing in an actual clean environment with this branch as the only change, the issue wasn't resolved.