]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
nand/spl: Assuming a static nand page size to reduce code size
authorMatthew McClintock <msm@freescale.com>
Tue, 5 Apr 2011 19:39:34 +0000 (14:39 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 15 Apr 2011 20:53:11 +0000 (15:53 -0500)
commit62974546888c1f9abfdb4ba9f66465a5d102d4d3
treee4643dc68c210b359fdf329316d90770bc7f6e95
parentaad99bbc396a2e3b2913adcb02ed61d6d7e0f1ec
nand/spl: Assuming a static nand page size to reduce code size

Change variables to const to reduce code size, these values are
hardcoded via defines anyways so we might as well assume they
are constants

Signed-off-by: Matthew McClintock <msm@freescale.com>
cc: Scott Wood <scottwood@freescale.com>
nand_spl/nand_boot_fsl_elbc.c