]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nand: remove CONFIG_SYS_NAND_PAGE_SIZE
authorTim Harvey <tharvey@gateworks.com>
Thu, 8 May 2014 05:16:12 +0000 (22:16 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 15 May 2014 08:27:24 +0000 (10:27 +0200)
commit50c8d66d33651d7fca6a082a1eea6e537401a2f4
tree775c6a23b8cde937f93dcf7545eddfb9aad43a05
parent0ef797a59eba57a03ab40af439c7968b8a45d31b
nand: remove CONFIG_SYS_NAND_PAGE_SIZE

We only need to read in the size of struct image_header and thus don't
need to know the page size of the nand device.

Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Acked-by: Scott Wood <scottwood@freescale.com>
common/spl/spl_nand.c