diff options
| author | Tom Rini <[email protected]> | 2015-12-11 10:29:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-12-11 10:29:28 -0500 |
| commit | f7a5f025ba0bc405e321df4dd55b73a7995ba527 (patch) | |
| tree | 321f7881fcde27920ffab72f93ec237e56e2c59b /drivers/core | |
| parent | a5d4785ccb4ae8c5414490b14a9112a944318217 (diff) | |
| parent | eb623b98c9d28691cbce5adfd02163ad102dcbed (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/core')
| -rw-r--r-- | drivers/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 53acee05faa..f332480e1d8 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -155,7 +155,7 @@ config OF_TRANSLATE smaller in size than fdt_translate_address(). config SPL_OF_TRANSLATE - bool "Translate addresses using fdt_translate_address" + bool "Translate addresses using fdt_translate_address in SPL" depends on SPL_DM && SPL_OF_CONTROL default n help |
