Re: [U-Boot] [PATCH v3 4/5] linux/sizes.h: sync from kernel

2018-11-08 Thread Tom Rini
On Thu, Nov 08, 2018 at 02:24:13PM +0200, Baruch Siach wrote: > The kernel added SZ_4G macro in commit f2b9ba871b (arm64/kernel: kaslr: > reduce module randomization range to 4 GB). > > Include linux/const.h for the _AC macro. > > Drop a local SZ_4G definition in tegra code. > > Cc: Tom Warren

[U-Boot] [PATCH v3 4/5] linux/sizes.h: sync from kernel

2018-11-08 Thread Baruch Siach
The kernel added SZ_4G macro in commit f2b9ba871b (arm64/kernel: kaslr: reduce module randomization range to 4 GB). Include linux/const.h for the _AC macro. Drop a local SZ_4G definition in tegra code. Cc: Tom Warren Signed-off-by: Baruch Siach --- v3: Use linux/const.h v2: No change --- arc