aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAngelo Dureghello2023-02-26 00:16:39 +0100
committerAngelo Dureghello2023-03-15 01:45:19 +0100
commit36a5ebf84198e42614e0503b0dabf5eb3f5b21ee (patch)
tree0372bc18e2e5802a2745ec2a499db15a9fe800bd /configs
parent7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e (diff)
board: amcore: fix config options namespace
Remove CONFIG_ namespace options from .h, moving them to defconfig, while changing non-defconfig options to CFG_ namespace. Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/amcore_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig
index 0b1a4e87459..e618ca0117b 100644
--- a/configs/amcore_defconfig
+++ b/configs/amcore_defconfig
@@ -9,7 +9,7 @@ CONFIG_SYS_PROMPT="amcore $ "
CONFIG_SYS_LOAD_ADDR=0x20000
CONFIG_ENV_ADDR=0xFFC1F000
CONFIG_TARGET_AMCORE=y
-CONFIG_SYS_MONITOR_LEN=126976
+CONFIG_SYS_MONITOR_LEN=192512
CONFIG_SYS_MONITOR_BASE=0xFFC00400
CONFIG_BOOTDELAY=1
CONFIG_USE_BOOTCOMMAND=y
@@ -17,6 +17,7 @@ CONFIG_BOOTCOMMAND="bootm ffc20000"
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SYS_MALLOC_BOOTPARAMS=y
+CONFIG_SYS_BOOTPARAMS_LEN=65536
# CONFIG_CMDLINE_EDITING is not set
# CONFIG_SYS_LONGHELP is not set
CONFIG_SYS_PBSIZE=282