mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 20:11:32 +00:00
arm: socfpga: arria10: Enable cache driver in SPL
Adding "u-boot,dm-pre-reloc" and enable CONFIG_SPL_CACHE to enable cache driver in SPL. This fixed error below in SPL: cache controller driver NOT found! Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
5feb5e3215
commit
3958ef307e
2 changed files with 5 additions and 0 deletions
arch/arm
|
@ -73,6 +73,10 @@
|
||||||
reset-names = "i2c";
|
reset-names = "i2c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&L2 {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
|
||||||
&l4_mp_clk {
|
&l4_mp_clk {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,7 @@ config TARGET_SOCFPGA_ARRIA10
|
||||||
bool
|
bool
|
||||||
select SPL_ALTERA_SDRAM
|
select SPL_ALTERA_SDRAM
|
||||||
select SPL_BOARD_INIT if SPL
|
select SPL_BOARD_INIT if SPL
|
||||||
|
select SPL_CACHE if SPL
|
||||||
select CLK
|
select CLK
|
||||||
select SPL_CLK if SPL
|
select SPL_CLK if SPL
|
||||||
select DM_I2C
|
select DM_I2C
|
||||||
|
|
Loading…
Add table
Reference in a new issue