Tom Rini
6889412ad5
Convert CONFIG_SYS_BARGSIZE to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_BARGSIZE
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:09:00 -04:00
Tom Rini
d31466b382
Convert CONFIG_SYS_CBSIZE to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_CBSIZE
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:09:00 -04:00
Tom Rini
cf493582f8
Convert CONFIG_SYS_MAXARGS to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_MAXARGS
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-06-06 12:08:58 -04:00
Peng Fan
c5b9bf5518
include/configs: drop COUNTER_FREQUENCY
...
Since we have CONFIG_COUNTER_FREQUENCY enabled, no need COUNTER_FREQUENCY
Signed-off-by: Peng Fan <peng.fan@nxp.com >
2022-04-21 15:27:17 -04:00
Tom Rini
7cfbba36e9
Convert CONFIG_SYS_MALLOC_LEN to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_MALLOC_LEN
Signed-off-by: Tom Rini <trini@konsulko.com >
Acked-by: Sean Anderson <seanga2@gmail.com >
Reviewed-by: Rick Chen <rick@andestech.com >
2021-08-31 17:47:49 -04:00
Tom Rini
49c8ef0e45
Convert CONFIG_SYS_LOAD_ADDR to Kconfig
...
Now that we have consistent usage, migrate this symbol to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com >
Reviewed-by: Rick Chen <rick@andestech.com >
2021-08-31 17:46:37 -04:00
Amit Singh Tomar
0a7ba7c53c
arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs
...
Now that, we calculate SDRAM size by reading DDR registers,
"CONFIG_SYS_SDRAM_SIZE" is no more needed.
This commit removes "CONFIG_SYS_SDRAM_SIZE" from common configuration
file.
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com >
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org >
2020-07-07 16:09:22 -04:00
Tom Rini
11af95a02a
Convert CONFIG_BAUDRATE to Kconfig
...
This converts the following to Kconfig:
CONFIG_BAUDRATE
Signed-off-by: Tom Rini <trini@konsulko.com >
2020-06-26 10:29:05 -04:00
Amit Singh Tomar
b1a6bb3b59
arm: actions: Add common framework for Actions Owl Semi SoCs
...
This commit adds common arch support for Actions Semi Owl
series SoCs and removes the Bubblegum96 board files.
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org >
Reviewed-by: Andre Przywara <andre.przywara@arm.com >
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com >
2020-04-24 16:40:09 -04:00