diff options
author | Marek Vasut | 2021-07-04 16:58:09 +0200 |
---|---|---|
committer | Marek Vasut | 2021-08-08 12:27:04 +0200 |
commit | cc68d3fcce423f023539ed2e478c71f9e6be68f8 (patch) | |
tree | 9324e1d753a924493c2e764be96fe119d973e2de /configs/r8a77980_condor_defconfig | |
parent | 8f07f5376a21a57ce191e5548b1a30c9709994d3 (diff) |
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/r8a77980_condor_defconfig')
-rw-r--r-- | configs/r8a77980_condor_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/r8a77980_condor_defconfig b/configs/r8a77980_condor_defconfig index b1c422f20d0..355008c851e 100644 --- a/configs/r8a77980_condor_defconfig +++ b/configs/r8a77980_condor_defconfig @@ -14,7 +14,6 @@ CONFIG_TARGET_CONDOR=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="r8a77980-condor.dtb" # CONFIG_BOARD_EARLY_INIT_F is not set CONFIG_HUSH_PARSER=y |