commit | 9823f5eea8bcb36b598017cdce09c1a54f489624 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 24 17:18:04 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:47 2022 -0400 |
tree | 940f0c45412309f8a01a336e5be5a32cd5f20e91 | |
parent | 9ec25879ddf801f56f08d54ec5b562c4979c69d8 [diff] |
Convert CONFIG_NORFLASH_PS32BIT to Kconfig This converts the following to Kconfig: CONFIG_NORFLASH_PS32BIT Note that we also attempt to correct the behavior of the code here, which had been testing for "NORFLASH_PS32BIT" which would never be set, instead check for the now set "CONFIG_NORFLASH_PS32BIT", which results in some behavior change. Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>