modifie the 4052-NAND-add-easybox904-bbt.patch and add "customized-sa… #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…msung-K9F4G08U0x;" to DTS
This patch was breaking all other devices with NAND-flash in past, because the different BBT-patern-matching will disable/enable by #define CUSTOMIZED_BBT 1
Now it ask first for the customized-samsung-K9F4G08U0x field from devicetree:
...
nand@1 {
customized-samsung-K9F4G08U0x;
...
Signed-off-by: Plonkbong [email protected]
Thanks for your contribution to OpenWrt!
To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches
Please remove this message before posting the pull request.