Since all spi-flash core operations are moved into sf_ops.c then it's better to renamed as spi-flash.c Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Jagan Teki <jteki@openedev.com>master
parent
339fd6dca5
commit
cba65a77c4
@ -1,9 +1,10 @@ |
|||||||
/*
|
/*
|
||||||
* SPI flash operations |
* SPI Flash Core |
||||||
* |
* |
||||||
* Copyright (C) 2008 Atmel Corporation |
* Copyright (C) 2015 Jagan Teki <jteki@openedev.com> |
||||||
* Copyright (C) 2010 Reinhard Meyer, EMK Elektronik |
|
||||||
* Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc. |
* Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc. |
||||||
|
* Copyright (C) 2010 Reinhard Meyer, EMK Elektronik |
||||||
|
* Copyright (C) 2008 Atmel Corporation |
||||||
* |
* |
||||||
* SPDX-License-Identifier: GPL-2.0+ |
* SPDX-License-Identifier: GPL-2.0+ |
||||||
*/ |
*/ |
Loading…
Reference in new issue