[PATCH 2/4] arm: Move asm/utils.h to log2.h
Marek Vasut
marex at denx.de
Mon Feb 3 09:12:30 CET 2020
On 2/3/20 1:04 AM, Simon Glass wrote:
> On Sun, 2 Feb 2020 at 10:12, Sean Anderson <seanga2 at gmail.com> wrote:
>>
>> This header is needed outside of the arm architecture by the designware wdt
>> driver.
>> ---
>> arch/arm/cpu/armv7/cache_v7.c | 2 +-
>> arch/arm/mach-davinci/spl.c | 2 +-
>> arch/arm/mach-omap2/clocks-common.c | 2 +-
>> arch/arm/mach-omap2/emif-common.c | 2 +-
>> arch/arm/mach-omap2/omap4/emif.c | 2 +-
>> arch/arm/mach-omap2/omap5/dra7xx_iodelay.c | 2 +-
>> arch/arm/mach-omap2/omap5/emif.c | 2 +-
>> arch/arm/mach-omap2/omap5/hwinit.c | 2 +-
>> arch/arm/mach-socfpga/spl_a10.c | 2 +-
>> arch/arm/mach-socfpga/spl_agilex.c | 2 +-
>> arch/arm/mach-socfpga/spl_gen5.c | 2 +-
>> arch/arm/mach-socfpga/spl_s10.c | 2 +-
>> drivers/watchdog/designware_wdt.c | 4 ++--
>> arch/arm/include/asm/utils.h => include/log2.h | 4 ++--
>> 14 files changed, 16 insertions(+), 16 deletions(-)
>> rename arch/arm/include/asm/utils.h => include/log2.h (93%)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
How could this be reviewed if it's missing basic things, like a SoB line ?
More information about the U-Boot
mailing list