commit | 8bd03876748a8b4799df692458c641a5ec90555e | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Aug 03 07:56:10 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 12 13:33:42 2019 -0400 |
tree | e215d56fa5cf717e98fe0b2c0d17f5a44f44eb23 | |
parent | b86a05d7b4d3b7184f5cf9f9836e6c9cbd72c41c [diff] |
ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR Historically there have been various boot options, SPI flash, NAND or NOR. The NOR flash is mutually exclusive with MMC, but it isn't mutually exclusive with NAND or SPI Flash, so this patch enables both NAND flash and SPI Flash when booting from NOR. Signed-off-by: Adam Ford <aford173@gmail.com>