mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
The build fails if a non-generic ARM board is compiled
with CONFIG_OF_EMBED=y.
The correct symbol name for embedded FDT is not __dtb_db_begin,
but __dtb_dt_begin. (A typo introduced by commit
|
||
|---|---|---|
| .. | ||
| _ashldi3.S | ||
| _ashrdi3.S | ||
| _divsi3.S | ||
| _lshrdi3.S | ||
| _modsi3.S | ||
| _udivsi3.S | ||
| _umodsi3.S | ||
| asm-offsets.c | ||
| board.c | ||
| bootm-fdt.c | ||
| bootm.c | ||
| cache-cp15.c | ||
| cache-pl310.c | ||
| cache.c | ||
| crt0.S | ||
| crt0_64.S | ||
| div0.c | ||
| eabi_compat.c | ||
| gic_64.S | ||
| interrupts.c | ||
| interrupts_64.c | ||
| Makefile | ||
| memcpy.S | ||
| memset.S | ||
| relocate.S | ||
| relocate_64.S | ||
| reset.c | ||
| sections.c | ||
| spl.c | ||
| vectors.S | ||