mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
zynq: Do not use SPL OF initialization
Disable CONFIG_OF_CONTROL for SPL compilation. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0c9c99a20b
commit
7450a7f730
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@
|
|||
#ifdef CONFIG_SPL_BUILD
|
||||
#define CONFIG_SYS_DCACHE_OFF
|
||||
#undef CONFIG_FPGA
|
||||
#undef CONFIG_OF_CONTROL
|
||||
#endif
|
||||
|
||||
/* MMC support */
|
||||
|
|
Loading…
Add table
Reference in a new issue