Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14 13 lines 202 B view raw
1/* 2 * Copyright 2016 Luxul Inc. 3 * 4 * Licensed under the ISC license. 5 */ 6 7#include "bcm5301x-nand-cs0.dtsi" 8 9&nandcs { 10 nand-ecc-algo = "bch"; 11 nand-ecc-strength = <4>; 12 nand-ecc-step-size = <512>; 13};