
Hi,
On Mon, Aug 24, 2015 at 10:51 PM, Joe Hershberger joe.hershberger@gmail.com wrote:
On Tue, Aug 18, 2015 at 4:06 PM, York Sun yorksun@freescale.com wrote:
From: Mingkai Hu Mingkai.Hu@freescale.com
High 32-bit address is needed when u-boot runs in 64-bit space. Tested on armv8-based LS2085ARDB.
Signed-off-by: Mingkai Hu Mingkai.Hu@freescale.com Signed-off-by: York Sun yorksun@freescale.com
Applied to u-boot-net, thanks! -Joe
Unfortunately this commit causes build warnings on 32-bit systems.
drivers/net/e1000.c: In function ‘e1000_configure_tx’: drivers/net/e1000.c:4982:2: warning: right shift count >= width of type [enabled by default] drivers/net/e1000.c: In function ‘e1000_configure_rx’: drivers/net/e1000.c:5126:2: warning: right shift count >= width of type [enabled by default]
Regards, Bin