diff options
author | Marek Vasut <marex@denx.de> | 2015-08-10 21:39:52 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-23 11:56:20 +0200 |
commit | 37b3a30ae692c9feb92257bb82838642f4c894eb (patch) | |
tree | bcd99b6f80bac624cf0935e69dd64e5c005cae72 /board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h | |
parent | c68eea0492e68e29ccdca5ac2b88c90899c4d80d (diff) |
arm: socfpga: Remove AV-specific parts from CV-SoCDK
Just remove the ArriaV specific parts from the CycloneV SoCDK board
and they are no longer needed now.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h')
-rw-r--r-- | board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h b/board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h index c46421b212..0d26281de4 100644 --- a/board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h +++ b/board/altera/cyclone5-socdk/qts/sequencer_auto_ac_init.h @@ -5,45 +5,6 @@ */ const uint32_t ac_rom_init[] = { -#ifdef CONFIG_SOCFPGA_ARRIA5 -/* The if..else... is not required if generated by tools */ - 0x20700000, - 0x20780000, - 0x10080831, - 0x10080930, - 0x10090004, - 0x100a0008, - 0x100b0000, - 0x10380400, - 0x10080849, - 0x100808c8, - 0x100a0004, - 0x10090010, - 0x100b0000, - 0x30780000, - 0x38780000, - 0x30780000, - 0x10680000, - 0x106b0000, - 0x10280400, - 0x10480000, - 0x1c980000, - 0x1c9b0000, - 0x1c980008, - 0x1c9b0008, - 0x38f80000, - 0x3cf80000, - 0x38780000, - 0x18180000, - 0x18980000, - 0x13580000, - 0x135b0000, - 0x13580008, - 0x135b0008, - 0x33780000, - 0x10580008, - 0x10780000 -#else 0x20700000, 0x20780000, 0x10080431, @@ -80,5 +41,4 @@ const uint32_t ac_rom_init[] = { 0x33780000, 0x10580008, 0x10780000 -#endif /* CONFIG_SOCFPGA_ARRIA5 */ }; |