]> git.baikalelectronics.ru Git - uboot.git/commit
Use _AC and UL macros from linux/const.h
authorBaruch Siach <baruch@tkos.co.il>
Sun, 11 Nov 2018 10:31:01 +0000 (12:31 +0200)
committerStefan Roese <sr@denx.de>
Tue, 20 Nov 2018 12:08:15 +0000 (13:08 +0100)
commitd8431bc983d170ea01e0c9b2cf44bd2ee0055064
tree657ba4bcc0133f4b4db23fe0898fb54df8a697e6
parentf870290ffad596f2e05cf81b5474ac0dac630bb1
Use _AC and UL macros from linux/const.h

Drop the _AC and UL macros from common.h. Linux headers is the original
source of this macro, so keep its definition in the same header.

Update existing users of these macros to include const.h directly.

Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Rick Chen <rick@andestech.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/include/asm/armv8/mmu.h
arch/mips/include/asm/mach-generic/spaces.h
arch/riscv/include/asm/csr.h
include/common.h