Simon Glass
cd93d625fd
common: Drop linux/bitops.h from common header
...
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 21:19:23 -04:00
Simon Glass
c05ed00afb
common: Drop linux/delay.h from common header
...
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 21:19:23 -04:00
Simon Glass
691d719db7
common: Drop init.h from common header
...
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 17:33:33 -04:00
Miquel Raynal
88718be300
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
...
Add more clarity by changing the Kconfig entry name.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com >
[trini: Re-run migration, update a few more cases]
Signed-off-by: Tom Rini <trini@konsulko.com >
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com >
2019-12-03 23:04:10 -05:00
Simon Glass
e7dcf5645f
env: Drop environment.h header file where not needed
...
This header file is now only used by files that access internal
environment features. Drop it from various places where it is not needed.
Acked-by: Joe Hershberger <joe.hershberger@ni.com >
Signed-off-by: Simon Glass <sjg@chromium.org >
2019-08-11 16:43:41 -04:00
Simon Glass
168068fb3d
env: Move env_set_ulong() to env.h
...
Move env_set_ulong() over to the new header file.
Signed-off-by: Simon Glass <sjg@chromium.org >
Acked-by: Joe Hershberger <joe.hershberger@ni.com >
2019-08-11 16:43:41 -04:00
Paul Burton
25c7de2255
mips: jz47xx: Add Creator CI20 platform
...
Add support for the Creator CI20 platform based on the JZ4780 SoC.
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
Signed-off-by: Paul Burton <paul.burton@imgtec.com >
Signed-off-by: Marek Vasut <marek.vasut@gmail.com >
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com >
Reviewed-by: Marek Vasut <marex@denx.de >
2018-12-19 15:23:02 +01:00