Commit c8edbb4e authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

kernel: keep all HW register definitions in hw/ subdirectory

parent ace2a60d
......@@ -17,7 +17,7 @@
#include <linux/delay.h>
#include <linux/jhash.h>
#include "svec.h"
#include "xloader_regs.h"
#include "hw/xloader_regs.h"
char *svec_fw_name = "fmc/svec-golden.bin";
......
......@@ -16,9 +16,8 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/fmc.h>
#include <linux/random.h> /* FIXME: is this needed? */
#include "svec.h"
#include "golden_regs.h"
#include "hw/golden_regs.h"
/* re-definitions for fields in golden core */
#define GLD_I2C_CORE_BASE 0x10000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment