summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/lowlevel_init_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5250/lowlevel_init_c.c')
-rw-r--r--src/cpu/samsung/exynos5250/lowlevel_init_c.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/lowlevel_init_c.c b/src/cpu/samsung/exynos5250/lowlevel_init_c.c
index 848ebee4a8..daa691f19e 100644
--- a/src/cpu/samsung/exynos5250/lowlevel_init_c.c
+++ b/src/cpu/samsung/exynos5250/lowlevel_init_c.c
@@ -23,6 +23,12 @@
* MA 02111-1307 USA
*/
+/*
+ * FIXME: This file is essentially the "bootblock" leftover from U-Boot. For
+ * now it serves as a reference until all the resume-related stuff is added
+ * to the appropriate bootblock/romstage/ramstage files in coreboot.
+ */
+
#include <common.h>
#include <config.h>
#include <cpu/samsung/exynos5-common/exynos5-common.h>