diff options
Diffstat (limited to 'configs/odroid_defconfig')
-rw-r--r-- | configs/odroid_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig index 469788e420..be45da272d 100644 --- a/configs/odroid_defconfig +++ b/configs/odroid_defconfig @@ -18,11 +18,11 @@ CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid" CONFIG_SYS_PROMPT="Odroid # " CONFIG_SYS_MEM_TOP_HIDE=0x00100000 CONFIG_SYS_LOAD_ADDR=0x43e00000 -CONFIG_DISTRO_DEFAULTS=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SYS_MONITOR_LEN=262144 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y +CONFIG_DISTRO_DEFAULTS=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="Please use defined boot" CONFIG_BOOTCOMMAND="run distro_bootcmd ; run autoboot" |