X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Famcc%2Fsequoia%2Fsdram.c;h=78e2cb42a9a8743dfd238c661409d2d8913688bc;hb=18d156eb37c90fadc8ec7a81a3b89176161f85b7;hp=d045df1872cf085424500f636d5953c4a0a40b45;hpb=3c4bd60de15d79ddfc0cf3170a55847b2025d93f;p=oweals%2Fu-boot.git diff --git a/board/amcc/sequoia/sdram.c b/board/amcc/sequoia/sdram.c index d045df1872..78e2cb42a9 100644 --- a/board/amcc/sequoia/sdram.c +++ b/board/amcc/sequoia/sdram.c @@ -387,7 +387,11 @@ void denali_core_search_data_eye(unsigned long memory_size) long int initdram (int board_type) { #if !defined(CONFIG_NAND_U_BOOT) || defined(CONFIG_NAND_SPL) +#if !defined(CONFIG_NAND_SPL) ulong speed = get_bus_freq(0); +#else + ulong speed = 133333333; /* 133MHz is on the safe side */ +#endif mtsdram(DDR0_02, 0x00000000);