Tom Rini
44a666a848
Convert CONFIG_BOOTARGS to Kconfig
...
This converts the following to Kconfig:
CONFIG_BOOTARGS
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-06-26 10:29:05 -04:00
Simon Glass
1af3c7f422
common: Drop linux/stringify.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
Ashok Reddy Soma
702de89cc6
treewide: mem: Move mtest related defines to Kconfig
...
Move below defines which are used by mtest utility to Kconfig.
CONFIG_SYS_MEMTEST_START
CONFIG_SYS_MEMTEST_END
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com >
Signed-off-by: Michal Simek <michal.simek@xilinx.com >
[trini: Fix kmcoge5ne board, re-run migration as well]
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-05-08 12:02:56 -04:00
Marek Vasut
cf8c836788
watchdog: designware: Convert to DM and DT probing
...
Convert the designware watchdog timer driver to DM and add DT probing
support. Perform minor coding style clean up, like drop superfluous
braces. These ought to be no functional change.
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Chin Liang See <chin.liang.see@intel.com >
Cc: Dalon Westergreen <dwesterg@gmail.com >
Cc: Dinh Nguyen <dinguyen@kernel.org >
Cc: Jagan Teki <jagan@amarulasolutions.com >
Cc: Ley Foon Tan <ley.foon.tan@intel.com >
Cc: Philipp Tomisch <philipp.tomisch@theobroma-systems.com >
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
Cc: Tien Fong Chee <tien.fong.chee@intel.com >
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com >
Tested-by: Jagan Teki <jagan@amarulasolutions.com > # roc-rk3399-pc
2020-02-05 03:01:57 +01:00
Marek Vasut
8941f8414d
watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
...
Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig and update the headers
accordingly, no functional change. The S10 enables the WDT only in
SPL, but does not enable it in U-Boot itself, hence disable it in
the config again.
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Chin Liang See <chin.liang.see@intel.com >
Cc: Dalon Westergreen <dwesterg@gmail.com >
Cc: Dinh Nguyen <dinguyen@kernel.org >
Cc: Jagan Teki <jagan@amarulasolutions.com >
Cc: Ley Foon Tan <ley.foon.tan@intel.com >
Cc: Philipp Tomisch <philipp.tomisch@theobroma-systems.com >
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
Cc: Tien Fong Chee <tien.fong.chee@intel.com >
2020-02-03 09:26:14 +01:00
Simon Goldschmidt
cb068cae0d
configs: socfpga: fix building Stratix10 and Agilex
...
This fixes a merge error that accidentally left CONFIG_MTD_DEVICE
active by removing it from the config file.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
2020-01-07 14:38:34 +01:00
Ley Foon Tan
a76b711dea
arm: socfpga: agilex: Enable Agilex SoC build
...
Add build support for Agilex SoC.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com >
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
2020-01-07 14:38:34 +01:00
Ley Foon Tan
380477f1d1
configs: socfpga: Move Stratix10 and Agilex common CONFIGs
...
Move Stratix10 and Agilex common CONFIGs to socfpga_soc64_common.h.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com >
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
2020-01-07 14:38:34 +01:00