summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2021-05-31 23:24:02 -0700
committerZhaofeng Li <hello@zhaofeng.li>2021-06-01 19:49:30 -0700
commite2aee93caf067159c18634466c46913b28ec6394 (patch)
tree0fb4392d1a8d7598fabc95610586a0c3235f53fc /lib
parent805e9ce9ea37953e319251fb2f814d9ee8f250b3 (diff)
downloadnixpkgs-e2aee93caf067159c18634466c46913b28ec6394.tar
nixpkgs-e2aee93caf067159c18634466c46913b28ec6394.tar.gz
nixpkgs-e2aee93caf067159c18634466c46913b28ec6394.tar.bz2
nixpkgs-e2aee93caf067159c18634466c46913b28ec6394.tar.lz
nixpkgs-e2aee93caf067159c18634466c46913b28ec6394.tar.xz
nixpkgs-e2aee93caf067159c18634466c46913b28ec6394.tar.zst
nixpkgs-e2aee93caf067159c18634466c46913b28ec6394.zip
platforms: Enable ftrace support for RISC-V
Support has landed in mainline for a while.
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/platforms.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 73a61d6d984..92285346f75 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -486,7 +486,6 @@ rec {
       baseConfig = "defconfig";
       DTB = true;
       extraConfig = ''
-        FTRACE n
         SERIAL_OF_PLATFORM y
       '';
     };