diff mbox series

board: armltd: Remove bootargs from Total Compute configuration

Message ID 20210615102848.40258-1-anders.dellien@arm.com
State Accepted
Commit 24e9bfb2691cfcc3f880d9498d100cc00423357b
Delegated to: Tom Rini
Headers show
Series board: armltd: Remove bootargs from Total Compute configuration | expand

Commit Message

Anders Dellien June 15, 2021, 10:28 a.m. UTC
This information will be maintained in the device tree instead.

Signed-off-by: Anders Dellien <anders.dellien@arm.com>
Change-Id: I279399d4a0ea1a3330de5b58e8c9af78e48ba04c
---
 configs/total_compute_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--
2.17.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

Comments

Tom Rini July 14, 2021, 8:52 p.m. UTC | #1
On Tue, Jun 15, 2021 at 11:28:48AM +0100, Anders Dellien wrote:

> This information will be maintained in the device tree instead.
> 
> Signed-off-by: Anders Dellien <anders.dellien@arm.com>
> Change-Id: I279399d4a0ea1a3330de5b58e8c9af78e48ba04c

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/total_compute_defconfig b/configs/total_compute_defconfig
index e36d701ff4..954023fae5 100644
--- a/configs/total_compute_defconfig
+++ b/configs/total_compute_defconfig
@@ -11,8 +11,7 @@  CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_BOOTDELAY=5
-CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyAMA0 debug user_debug=31 earlycon=pl011,0x7ff80000 loglevel=9 androidboot.hardware=total_compute video=640x480-32@60 androidboot.boot_devices=1c050000.mmci ip=dhcp androidboot.selinux=permissive"
+# CONFIG_USE_BOOTARGS is not set
 # CONFIG_USE_BOOTCOMMAND is not set
 # CONFIG_DISPLAY_CPUINFO is not set
 # CONFIG_DISPLAY_BOARDINFO is not set