]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nand_boot_fsl_nfc.c: make "nfc" a "static const" pointer
authorHeiko Schocher <hs@denx.de>
Fri, 17 Sep 2010 11:10:38 +0000 (13:10 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Sep 2010 17:29:52 +0000 (19:29 +0200)
commit4fff329df2516a7d9242d0642c07c4506f859051
tree140e62080ad04771e4689b32c3e64cc6d1b1e309
parent1724fe9adfed43c92605b139d4a71f2f4a52c734
nand_boot_fsl_nfc.c: make "nfc" a "static const" pointer

With -fPIC enabled, this variable needs an entry in the GOT, which
causes the image size to exceed 2 KiB which is the maximum allowed for
some systems. Making it a "static const" avoids the GOT entry and thus
reduces the image size to < 2 KiB.

Portions of this work were supported by funding from
the CE Linux Forum.

Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Scott Wood <scottwood@freescale.com>
nand_spl/nand_boot_fsl_nfc.c