summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorLan Yixun (dlan) <dennis.yxun@gmail.com>2013-07-20 08:17:59 +0800
committerTom Rini <trini@ti.com>2013-07-22 10:09:56 -0400
commit50ffc3b64aa3c8113f0a9fc31ea96e596d60054a (patch)
tree85dd55eb8f111aa4819f7171e52333df28a35607 /rules.mk
parent8b415f703f88d1d3b0466830047affbbf7f24913 (diff)
downloadtalos-obmc-uboot-50ffc3b64aa3c8113f0a9fc31ea96e596d60054a.tar.gz
talos-obmc-uboot-50ffc3b64aa3c8113f0a9fc31ea96e596d60054a.zip
fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz
The problem here is that uboot can't mount ext4 filesystem with commit "50ce4c07df1" applied. We use hard-coded "SECTOR_SIZE"(512) before this commit, now we introduce (block_dev_desc_t *)->log2blksz to replace this macro. And after we calling do_ls()->fs_set_blk_dev(), the variable log2blksz is not initialized, which it's not correct. And this patch try to solve the problem by caculating the value of log2blksz from variable blksz.
Diffstat (limited to 'rules.mk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud