diff options
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/bolt/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/falco/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/link/intel_dp.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/peppy/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/pit/wakeup.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/rambi/chromeos.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/rambi/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/slippy/i915io.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/slippy/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/snow/wakeup.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/google/bolt/mainboard.c b/src/mainboard/google/bolt/mainboard.c index d4213017cc..39a85ffb6d 100644 --- a/src/mainboard/google/bolt/mainboard.c +++ b/src/mainboard/google/bolt/mainboard.c @@ -199,4 +199,3 @@ static void mainboard_enable(device_t dev) struct chip_operations mainboard_ops = { .enable_dev = mainboard_enable, }; - diff --git a/src/mainboard/google/falco/mainboard.c b/src/mainboard/google/falco/mainboard.c index d4213017cc..39a85ffb6d 100644 --- a/src/mainboard/google/falco/mainboard.c +++ b/src/mainboard/google/falco/mainboard.c @@ -199,4 +199,3 @@ static void mainboard_enable(device_t dev) struct chip_operations mainboard_ops = { .enable_dev = mainboard_enable, }; - diff --git a/src/mainboard/google/link/intel_dp.c b/src/mainboard/google/link/intel_dp.c index 9fb66f6cb7..f74743aab1 100644 --- a/src/mainboard/google/link/intel_dp.c +++ b/src/mainboard/google/link/intel_dp.c @@ -164,4 +164,3 @@ intel_dp_aux_ch(u32 ch_ctl, u32 ch_data, u32 *send, int send_bytes, return recv_bytes; } - diff --git a/src/mainboard/google/peppy/mainboard.c b/src/mainboard/google/peppy/mainboard.c index d4213017cc..39a85ffb6d 100644 --- a/src/mainboard/google/peppy/mainboard.c +++ b/src/mainboard/google/peppy/mainboard.c @@ -199,4 +199,3 @@ static void mainboard_enable(device_t dev) struct chip_operations mainboard_ops = { .enable_dev = mainboard_enable, }; - diff --git a/src/mainboard/google/pit/wakeup.c b/src/mainboard/google/pit/wakeup.c index 02305b50d3..a2f5f42307 100644 --- a/src/mainboard/google/pit/wakeup.c +++ b/src/mainboard/google/pit/wakeup.c @@ -26,4 +26,3 @@ int wakeup_need_reset(void) * reset if the TPM reset mask GPIO value is high. */ return gpio_get_value(GPIO_X06); } - diff --git a/src/mainboard/google/rambi/chromeos.c b/src/mainboard/google/rambi/chromeos.c index cf52f2089f..27af118852 100644 --- a/src/mainboard/google/rambi/chromeos.c +++ b/src/mainboard/google/rambi/chromeos.c @@ -99,4 +99,3 @@ int get_write_protect_state(void) /* WP is enabled when the pin is reading high. */ return ssus_get_gpio(WP_STATUS_PAD); } - diff --git a/src/mainboard/google/rambi/mainboard.c b/src/mainboard/google/rambi/mainboard.c index 2e0652f8a2..49e9ab56aa 100644 --- a/src/mainboard/google/rambi/mainboard.c +++ b/src/mainboard/google/rambi/mainboard.c @@ -176,4 +176,3 @@ static void mainboard_enable(device_t dev) struct chip_operations mainboard_ops = { .enable_dev = mainboard_enable, }; - diff --git a/src/mainboard/google/slippy/i915io.c b/src/mainboard/google/slippy/i915io.c index 668094f373..92cb0d3175 100644 --- a/src/mainboard/google/slippy/i915io.c +++ b/src/mainboard/google/slippy/i915io.c @@ -262,4 +262,3 @@ void runio(struct intel_dp *dp) io_i915_write32(0x00000000,DEIIR); io_i915_write32(0x00001800,0x4f044); } - diff --git a/src/mainboard/google/slippy/mainboard.c b/src/mainboard/google/slippy/mainboard.c index d4213017cc..39a85ffb6d 100644 --- a/src/mainboard/google/slippy/mainboard.c +++ b/src/mainboard/google/slippy/mainboard.c @@ -199,4 +199,3 @@ static void mainboard_enable(device_t dev) struct chip_operations mainboard_ops = { .enable_dev = mainboard_enable, }; - diff --git a/src/mainboard/google/snow/wakeup.c b/src/mainboard/google/snow/wakeup.c index 2fe1ab0363..e3cd2ba630 100644 --- a/src/mainboard/google/snow/wakeup.c +++ b/src/mainboard/google/snow/wakeup.c @@ -26,4 +26,3 @@ int wakeup_need_reset(void) * reset if GPIO value is high. */ return gpio_get_value(GPIO_Y10); } - |