linux4sam / at91bootstrap

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

driver: ddramc: LPDDR1 Enable #156

Closed mdavis777 closed 2 years ago

mdavis777 commented 2 years ago

Enabling LPDDR1 on SAM9x60 causes a compile error as the AT91C_ID_SFR register is defined only for SAMA5D2 and SAMA5D4.

mdavis777 commented 2 years ago

Added in a fix that the sam9x60 couldn't initialize other ddr types like lpddr as well.

ehristev commented 2 years ago

Hi Mike,

Could you please add your Signed-off-by: tag at the end of your commits ? With your name and e-mail. It's a contributor sign to the opensource project.

Thanks !

ehristev commented 2 years ago

@mdavis777 still here ?

ehristev commented 2 years ago

I merged your patches. Thanks !