Re: [PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-19 Thread Peter Hurley
On 03/17/2016 10:58 PM, Ley Foon Tan wrote: > On Thu, 2016-03-17 at 20:22 -0700, Peter Hurley wrote: >> Hi Guenter, >> >> On 03/17/2016 07:49 PM, Guenter Roeck wrote: >>> nios2 builds fail with the following build error. >>> >>> arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial':

Re: [PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-19 Thread Peter Hurley
On 03/17/2016 10:58 PM, Ley Foon Tan wrote: > On Thu, 2016-03-17 at 20:22 -0700, Peter Hurley wrote: >> Hi Guenter, >> >> On 03/17/2016 07:49 PM, Guenter Roeck wrote: >>> nios2 builds fail with the following build error. >>> >>> arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial':

[PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-19 Thread Guenter Roeck
nios2 builds fail with the following build error. arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial': arch/nios2/kernel/prom.c:100:2: error: implicit declaration of function 'fdt_translate_address' Commit c90fe9c0394b ("of: earlycon: Move address translation to

[PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-19 Thread Guenter Roeck
nios2 builds fail with the following build error. arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial': arch/nios2/kernel/prom.c:100:2: error: implicit declaration of function 'fdt_translate_address' Commit c90fe9c0394b ("of: earlycon: Move address translation to

Re: [PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-19 Thread Peter Hurley
Hi Guenter, On 03/17/2016 07:49 PM, Guenter Roeck wrote: > nios2 builds fail with the following build error. > > arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial': > arch/nios2/kernel/prom.c:100:2: error: > implicit declaration of function 'fdt_translate_address' > >

Re: [PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-19 Thread Peter Hurley
Hi Guenter, On 03/17/2016 07:49 PM, Guenter Roeck wrote: > nios2 builds fail with the following build error. > > arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial': > arch/nios2/kernel/prom.c:100:2: error: > implicit declaration of function 'fdt_translate_address' > >

Re: [PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-18 Thread Ley Foon Tan
On Thu, 2016-03-17 at 20:22 -0700, Peter Hurley wrote: > Hi Guenter, > > On 03/17/2016 07:49 PM, Guenter Roeck wrote: > > nios2 builds fail with the following build error. > > > > arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial': > > arch/nios2/kernel/prom.c:100:2: error: > >

Re: [PATCH] nios2: Replace fdt_translate_address with of_flat_dt_translate_address

2016-03-18 Thread Ley Foon Tan
On Thu, 2016-03-17 at 20:22 -0700, Peter Hurley wrote: > Hi Guenter, > > On 03/17/2016 07:49 PM, Guenter Roeck wrote: > > nios2 builds fail with the following build error. > > > > arch/nios2/kernel/prom.c: In function 'early_init_dt_scan_serial': > > arch/nios2/kernel/prom.c:100:2: error: > >