Re: [PATCH v2 1/3] arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR

2023-03-25 Thread Marek Vasut
On 3/25/23 23:01, Angelo Dureghello wrote: Hi Marek, Hi, applied all these patches in u-boot-coldfire: fb67f91b5e9b5e9aae5ab038895ebabc10af4d9d travis-ci: Add m68k M5208EVBE machine 04adf3b61690ba818f42e746ae79243cbe64aa55 CI: Add m68k target 9c5775623542b9a837e634e68e00746bcf35f53c arch: m6

Re: [PATCH v2 1/3] arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR

2023-03-25 Thread Angelo Dureghello
Hi Marek, applied all these patches in u-boot-coldfire: fb67f91b5e9b5e9aae5ab038895ebabc10af4d9d travis-ci: Add m68k M5208EVBE machine 04adf3b61690ba818f42e746ae79243cbe64aa55 CI: Add m68k target 9c5775623542b9a837e634e68e00746bcf35f53c arch: m68k: Add QEMU specific RAMBAR workaround b4a42485156

[PATCH v2 1/3] arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR

2023-03-22 Thread Marek Vasut
There is an existing CONFIG_MCFTMR Kconfig symbol, use it and drop all other instances of CFG_MCFTMR. This duality is likely a result of bogus conversion to Kconfig. Fixes: 7ff7b46e6ce ("m68k: rename CONFIG_MCFTMR to CFG_MCFTMR") Signed-off-by: Marek Vasut --- Cc: Angelo Dureghello Cc: Huan Wang