uboot-mt623x/nand_spl
Heiko Schocher 4fff329df2 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>
2010-09-19 19:29:52 +02:00
..
board 83xx/85xx/86xx: LBC register cleanup 2010-07-16 10:55:09 -05:00
nand_boot.c nand_spl: Fix cmd_ctrl usage in nand_boot.c. 2009-07-07 17:58:10 -05:00
nand_boot_fsl_elbc.c 83xx/85xx/86xx: LBC register cleanup 2010-07-16 10:55:09 -05:00
nand_boot_fsl_nfc.c nand_boot_fsl_nfc.c: make "nfc" a "static const" pointer 2010-09-19 19:29:52 +02:00