summaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/prom.c
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck2016-03-311-2/+1
| | | | | | | | | | | | | | | | | | 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 of_setup_earlycon()") replaced fdt_translate_address() with of_flat_dt_translate_address() but missed updating the nios2 code. Fixes: c90fe9c0394b ("of: earlycon: Move address translation to of_setup_earlycon()") Cc: Peter Hurley <peter@hurleysoftware.com> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Ley Foon Tan <lftan@altera.com>
* nios2: add early printk supportLey Foon Tan2015-02-101-1/+51
| | | | Signed-off-by: Ley Foon Tan <lftan@altera.com>
* nios2: Device tree supportLey Foon Tan2014-12-081-0/+65
Add device tree support to arch/nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>
OpenPOWER on IntegriCloud