diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-19 09:36:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-19 09:36:48 -0400 |
commit | d3d212b6240f75006c18e4c59b3b28d81eedb7d3 (patch) | |
tree | 106781344a5074a0e1cc26e8e371016cef0d0570 /include/configs/woodburn_common.h | |
parent | 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638 (diff) | |
parent | 612f6b223d2cb03ae0170d3eadcb78f7b473ecfb (diff) |
Merge branch '2019-05-19-master-imports'
- Convert SYS_[DI]CACHE_OFF to Kconfig, introduce SPL variant.
- Various bcm96* fixes.
- Import include/android_bootloader_message.h from AOSP
- Assorted other small fixes.
Diffstat (limited to 'include/configs/woodburn_common.h')
-rw-r--r-- | include/configs/woodburn_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index 82c57b65e6..5ad3dab51c 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -17,8 +17,6 @@ #define CONFIG_MX35_HCLK_FREQ 24000000 #define CONFIG_SYS_FSL_CLK -#define CONFIG_SYS_DCACHE_OFF - #define CONFIG_MACH_TYPE MACH_TYPE_FLEA3 /* This is required to setup the ESDC controller */ |