PabloPL / linux

Linux kernel source tree
Other
17 stars 0 forks source link

mtd: onenand/samsung: Add support for 8Gb datasize onenand #3

Closed xc-racer99 closed 6 years ago

xc-racer99 commented 6 years ago

Used in SGS4G (T959P/T959V/T959W); uses the flexonenand oob scheme

Side note: which OOB scheme are you using? The CyanogenMod kernel uses the one that I've selected here (it's also used by U-Boot)

PabloPL commented 6 years ago

Thanks for patch!

Before merging it, could You:

PabloPL commented 6 years ago

Side note: which OOB scheme are you using? The CyanogenMod kernel uses the one that I've selected here (it's also used by U-Boot)

Currently i'm not using onenand too much - just enabled it and saw that it's detected. I wanted to get all other things working, then move to bootloader, (also didn't wanted to mess with bootloaders to not break booting).