/*=============================================================================\r
-Copyright (C) 2016 Kristina Brooks\r
+Copyright (C) 2016-2017 Authors of rpi-open-firmware\r
Copyright (C) 2016 Julian Brown\r
All rights reserved.\r
\r
\r
=============================================================================*/\r
\r
-#include <common.h>\r
+#include <lib/runtime.h>\r
#include <hardware.h>\r
\r
-\r
/*\r
Registers\r
=========\r
\r
#define PVT_calibrate_request 0x1\r
\r
-#define logf(fmt, ...) printf("[SDRAM::%s]: " fmt, __FUNCTION__, ##__VA_ARGS__);\r
+#define logf(fmt, ...) printf("[SDRAM:%s]: " fmt, __FUNCTION__, ##__VA_ARGS__);\r
\r
unsigned g_RAMSize = RAM_SIZE_UNKNOWN;\r
\r