Re: [U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support

2019-10-01 Thread Jagan Teki
On Mon, Sep 30, 2019 at 3:35 PM Bin Meng wrote: > > On Sun, Sep 29, 2019 at 3:43 PM Jagan Teki wrote: > > > > HiFive Unleashed A00 has internal is25wp256 spi-nor flash, > > What does "internal" mean? The flash is mounted "externally" to the FU540 SoC. > > > so enable the same. added test result

Re: [U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support

2019-09-30 Thread Bin Meng
On Sun, Sep 29, 2019 at 3:43 PM Jagan Teki wrote: > > HiFive Unleashed A00 has internal is25wp256 spi-nor flash, What does "internal" mean? The flash is mounted "externally" to the FU540 SoC. > so enable the same. added test result log for future reference. > > Tested on Sifive fuse540 board.

[U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support

2019-09-29 Thread Jagan Teki
HiFive Unleashed A00 has internal is25wp256 spi-nor flash, so enable the same. added test result log for future reference. Tested on Sifive fuse540 board. Signed-off-by: Jagan Teki --- .../dts/hifive-unleashed-a00-u-boot.dtsi | 1 + board/sifive/fu540/Kconfig| 3 +++