Skip to content
Snippets Groups Projects
Commit 8d8235f8 authored by TsiChung Liew's avatar TsiChung Liew Committed by John Rigby
Browse files

ColdFire: Fix incorrect definition

parent 9017d932
No related branches found
No related tags found
No related merge requests found
...@@ -601,4 +601,8 @@ ...@@ -601,4 +601,8 @@
#define RTC_OCEN_OSCBYP (0x00000010) #define RTC_OCEN_OSCBYP (0x00000010)
#define RTC_OCEN_CLKEN (0x00000008) #define RTC_OCEN_CLKEN (0x00000008)
/* SDRAM */
#define SDRAMC_SDCR_CKE (0x40000000)
#define SDRAMC_SDCR_REF (0x10000000)
#endif /* m5301x_h */ #endif /* m5301x_h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment