commit | 6be3873288bb15a409f351105e566bda6f3a030c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 30 00:55:55 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 01 01:14:32 2020 +0900 |
tree | 333a416c4a358f5324cb0a44023026f5f9a5a838 | |
parent | 6b982adedc08a2f04be237d27117025eb228b6ec [diff] |
mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible Currently, the denali NAND driver in U-Boot configures the SPARE_AREA_SKIP_BYTES based on the CONFIG option. Recently, Linux kernel merged a patch that associates the proper value for this register with the DT compatible string. Do likewise in U-Boot too. The denali_spl.c still uses CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>