ddr: altera: sequencer: Move qts-generated files to board dir
Move the files generated by QTS into the board directory, they should not be part of the driver files at all. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
08eb947004
commit
9c76df518c
@ -9,10 +9,15 @@
|
||||
#include <asm/arch/sdram.h>
|
||||
#include <errno.h>
|
||||
#include "sequencer.h"
|
||||
#include "sequencer_auto.h"
|
||||
#include "sequencer_auto_ac_init.h"
|
||||
#include "sequencer_auto_inst_init.h"
|
||||
#include "sequencer_defines.h"
|
||||
|
||||
/*
|
||||
* FIXME: This path is temporary until the SDRAM driver gets
|
||||
* a proper thorough cleanup.
|
||||
*/
|
||||
#include "../../../board/altera/socfpga/qts/sequencer_auto.h"
|
||||
#include "../../../board/altera/socfpga/qts/sequencer_auto_ac_init.h"
|
||||
#include "../../../board/altera/socfpga/qts/sequencer_auto_inst_init.h"
|
||||
#include "../../../board/altera/socfpga/qts/sequencer_defines.h"
|
||||
|
||||
static struct socfpga_sdr_rw_load_manager *sdr_rw_load_mgr_regs =
|
||||
(struct socfpga_sdr_rw_load_manager *)(SDR_PHYGRP_RWMGRGRP_ADDRESS | 0x800);
|
||||
|
Loading…
Reference in New Issue
Block a user