summaryrefslogtreecommitdiff
path: root/include/configs/ge_bx50v3.h
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2019-11-12 22:15:18 +0300
committerStefano Babic <sbabic@denx.de>2020-01-07 12:26:56 +0300
commitb186cfa1a3b20ef6c862040838db243dc5bbd828 (patch)
tree6cacc251dcc845e4d5387cc8d94ebbbd1432adcf /include/configs/ge_bx50v3.h
parentb565b18a294fe67e3463a990da9a1165ec82cf16 (diff)
downloadu-boot-b186cfa1a3b20ef6c862040838db243dc5bbd828.tar.xz
board: ge: pass rtc_status via device tree
Pass rtc_status via the device tree, instead of on kernel command line. Additionally, the 2038 mitigation is reported, if applied successfully. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r--include/configs/ge_bx50v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 1c7ba36c8a..dad906d494 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -93,7 +93,7 @@
"setargs=setenv bootargs root=/dev/${rootdev}${partnum} " \
"ro rootwait cma=128M " \
"bootcause=${bootcause} " \
- "${quiet} console=${console} ${rtc_status} " \
+ "${quiet} console=${console} " \
"${videoargs}" "\0" \
"doquiet=" \
"if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \