linux4sam / at91bootstrap

Second level bootloader for Microchip SoC (aka AT91)
https://www.linux4sam.org/linux4sam/bin/view/Linux4SAM/AT91Bootstrap4
112 stars 232 forks source link

sama5d2: enable use of Galois tables in ROM #145

Closed dmosberger closed 2 years ago

dmosberger commented 2 years ago

SAMA5D2 does have the Galois tables in ROM. This patches enables their use by driver/pmecc.c.

Signed-off-by: David Mosberger-Tang davidm@egauge.net

ehristev commented 2 years ago

Applied, thanks !

dmosberger commented 2 years ago

Thanks for merging this!

We don't use u-boot, so it's probably better for someone else to make the analogous change there.

ambarus commented 2 years ago

Thanks for merging this!

We don't use u-boot, so it's probably better for someone else to make the analogous change there.

Ok, I'll handle it. Cheers, ta