diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/pm9261_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) | |
download | u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pm9261_defconfig')
-rw-r--r-- | configs/pm9261_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index a5256b7a181..68fb02bd357 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -9,6 +9,7 @@ CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="at91sam9261ek" +CONFIG_SYS_PROMPT="pm9261> " CONFIG_SYS_LOAD_ADDR=0x22000000 CONFIG_ENV_ADDR=0x10040000 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y @@ -23,7 +24,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_BOARD_EARLY_INIT_F=y # CONFIG_AUTO_COMPLETE is not set -CONFIG_SYS_PROMPT="pm9261> " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=281 # CONFIG_CMD_BDI is not set |