Searched hist:e26fd3d3bfcf9a425b57defeb91b4e088392e3d9 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/linux/mtd/ |
H A D | onenand.h | diff e26fd3d3bfcf9a425b57defeb91b4e088392e3d9 Wed Nov 09 03:30:06 CST 2011 Lukasz Majewski <l.majewski@samsung.com> onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB()
This replacement causes 4KB page size devices to work properly with u-boot.
The old ONENAND_IS_MLC() behavior has been preserved by explicit setting of ONENAND_HAS_4KB_PAGE for those devices.
This change makes the onenand_base.c file more resembling the respective kernel sources.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
--- Test HW: - Samsung S5PC110 GONI - Samsung S5PC210 Universal
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_base.c | diff e26fd3d3bfcf9a425b57defeb91b4e088392e3d9 Wed Nov 09 03:30:06 CST 2011 Lukasz Majewski <l.majewski@samsung.com> onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB()
This replacement causes 4KB page size devices to work properly with u-boot.
The old ONENAND_IS_MLC() behavior has been preserved by explicit setting of ONENAND_HAS_4KB_PAGE for those devices.
This change makes the onenand_base.c file more resembling the respective kernel sources.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
--- Test HW: - Samsung S5PC110 GONI - Samsung S5PC210 Universal
|