platforms: Enable ftrace support for RISC-V

Support has landed in mainline for a while.
This commit is contained in:
Zhaofeng Li 2021-05-31 23:24:02 -07:00
parent 805e9ce9ea
commit e2aee93caf

View file

@ -486,7 +486,6 @@ rec {
baseConfig = "defconfig"; baseConfig = "defconfig";
DTB = true; DTB = true;
extraConfig = '' extraConfig = ''
FTRACE n
SERIAL_OF_PLATFORM y SERIAL_OF_PLATFORM y
''; '';
}; };