]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Change stub example to use asm-generic/sections.h
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:39:39 +0000 (14:39 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:13:58 +0000 (16:13 -0400)
commit716cc8cc7f0b935db1b7262cf73b00c9e0ea76ee
treeb9ddba60a4f8ee455a7a70b388fbbf70b41670d7
parente103b7ae903dffc8e35cd676c1a72712dec14382
Change stub example to use asm-generic/sections.h

We can use the declarations of __bss_start and _end from this header
instead of declaring them locally.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/mips/include/asm/u-boot-mips.h
arch/nds32/include/asm/u-boot-nds32.h
arch/x86/include/asm/u-boot-x86.h
examples/standalone/stubs.c