
On 01/11/2018 08:20 AM, Adam Ford wrote:
This converts the following to Kconfig: CONFIG_SOC_DA8XX CONFIG_SOC_DA850 CONFIG_DA850_LOWLEVEL CONFIG_MACH_DAVINCI_DA850_EVM CONFIG_SYS_DA850_PLL_INIT CONFIG_SYS_DA850_DDR_INIT
Signed-off-by: Adam Ford aford173@gmail.com
Change V5: Select SYS_DA850_PLL_INIT and DDR_INIT when either SUPPORT_SPL or DA850_LOWLEVEL are selected Rebase against origin/master
Changes in V4: Rebase against origin/master
Changes in V3: Add bool for DA850_LOWLEVEL and make it select DA850_PLL_INIT and DA850_DDR_INIT
README | 2 -- arch/arm/mach-davinci/Kconfig | 36 +++++++++++++++++++++++++---------- configs/calimain_defconfig | 1 + configs/da850evm_direct_nor_defconfig | 1 + include/configs/calimain.h | 3 --- include/configs/da850evm.h | 4 ---- include/configs/ea20.h | 3 --- include/configs/ipam390.h | 3 --- include/configs/legoev3.h | 3 --- include/configs/omapl138_lcdk.h | 1 - scripts/config_whitelist.txt | 4 ---- 11 files changed, 28 insertions(+), 33 deletions(-)
diff --git a/README b/README index 06f3ed0..ea7923e 100644 --- a/README +++ b/README @@ -2351,8 +2351,6 @@ The following options need to be configured:
CONFIG_AT91SAM9XE enable special bootcounter support on at91sam9xe based boards.
CONFIG_SOC_DA8XX
CONFIG_BOOTCOUNT_RAMenable special bootcounter support on da850 based boards.
I don't understand why you are removing this since this patch does not change the fact that CONFIG_SOC_DA8XX enables the bootcounter.
enable support for the bootcounter in RAM CONFIG_BOOTCOUNT_I2C
Other than the change above,
Reviewed-by: David Lechnerdavid@lechnology.com