diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/event.c | 3 | ||||
-rw-r--r-- | common/spl/spl_ram.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/common/event.c b/common/event.c index 164c95f8f5..20720c5283 100644 --- a/common/event.c +++ b/common/event.c @@ -36,6 +36,9 @@ const char *const type_name[] = { /* init hooks */ "misc_init_f", + /* Fpga load hook */ + "fpga_load", + /* fdt hooks */ "ft_fixup", diff --git a/common/spl/spl_ram.c b/common/spl/spl_ram.c index 8139a20327..93cf420d81 100644 --- a/common/spl/spl_ram.c +++ b/common/spl/spl_ram.c @@ -6,7 +6,7 @@ * (C) Copyright 2016 * Toradex AG * - * Michal Simek <michal.simek@xilinx.com> + * Michal Simek <michal.simek@amd.com> * Stefan Agner <stefan.agner@toradex.com> */ #include <common.h> |