diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-07-04 16:58:09 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-08-08 12:27:04 +0200 |
commit | cc68d3fcce423f023539ed2e478c71f9e6be68f8 (patch) | |
tree | 9324e1d753a924493c2e764be96fe119d973e2de /configs/hihope_rzg2_defconfig | |
parent | 8f07f5376a21a57ce191e5548b1a30c9709994d3 (diff) | |
download | u-boot-cc68d3fcce423f023539ed2e478c71f9e6be68f8.tar.gz |
ARM: rmobile: Remove default bootargs
The bootargs in all those boards are a copy of initial example
bootargs, just remove those as they make little sense in most
configurations.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'configs/hihope_rzg2_defconfig')
-rw-r--r-- | configs/hihope_rzg2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/hihope_rzg2_defconfig b/configs/hihope_rzg2_defconfig index 1e977444d4..d91604045a 100644 --- a/configs/hihope_rzg2_defconfig +++ b/configs/hihope_rzg2_defconfig @@ -12,7 +12,6 @@ CONFIG_TARGET_HIHOPE_RZG2=y CONFIG_FIT=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_USE_BOOTARGS=y -CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20" CONFIG_DEFAULT_FDT_FILE="r8a774a1-hihope-rzg2m.dtb" # CONFIG_BOARD_EARLY_INIT_F is not set CONFIG_HUSH_PARSER=y |