]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add an __end symbol to signal the end of the U-Boot binary
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:13 +0000 (19:26 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Mar 2013 23:57:38 +0000 (15:57 -0800)
commit4b491b8ddeaaf6cf6a47d7102188c9a9c6b1b3d8
tree689d5d93e94f3a431555d05d9ecf280c7f2ae898
parentbc2df1afb92435da6fb16310dac6b722bfaade9f
x86: Add an __end symbol to signal the end of the U-Boot binary

With this symbol we can easy append something (e.g. an FDT) to the U-Boot
binary and access it from within U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/u-boot.lds
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/init_helpers.c