mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
This required moving it into a C file from the header. The only user of a non-default name_to_gpio is blackfin, therefore build tested with the blackfin bct-brettl2 build, which is one I picked at random. Also tested with a build for the ARM tec board which uses the default/fallback implementation. Inspection with objdump shows that both have done the right thing. This change was requested by Marek during review of the sunxi patch series. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: Marek Vasut <marex@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Sonic Zhang <sonic.adi@gmail.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cache.S | ||
| cpu.c | ||
| cpu.h | ||
| gpio.c | ||
| init.lds.S | ||
| init.S | ||
| initcode.c | ||
| initcode.h | ||
| interrupt.S | ||
| interrupts.c | ||
| jtag-console.c | ||
| Makefile | ||
| os_log.c | ||
| reset.c | ||
| start.S | ||
| traps.c | ||
| u-boot.lds | ||