Searched hist:"1226 dfdaddaf3a0c3e3451e69fad9f480df89d9b" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 1226dfdaddaf3a0c3e3451e69fad9f480df89d9b Sun Sep 06 12:13:34 UTC 2015 Thomas Chou <thomas@wytron.com.tw> nios2: define _end in link script
Since commit 44c6e6591cb451ae606f8bde71dd5fb7b4002544 "rename _end to __bss_end__" , the _end was removed. But we need it now for separated device tree control, ie, CONFIG_OF_SEPARATE .
The _end is used by fdtdec_setup() to find the blob.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
|