X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cmd%2Fcros_ec.c;h=60c87838fdf86f1efc7639f10ac76a6e711fbc93;hb=a0115ceb56ad71c3c34091d9d8ba5938708c900d;hp=af0b4eee78388155e16be590a23ab8af5c10a83a;hpb=706865afe54eee83c1f3d7e9ea2f51db8e986d7b;p=u-boot diff --git a/cmd/cros_ec.c b/cmd/cros_ec.c index af0b4eee78..60c87838fd 100644 --- a/cmd/cros_ec.c +++ b/cmd/cros_ec.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Chromium OS cros_ec driver * * Copyright (c) 2016 The Chromium OS Authors. * Copyright (c) 2016 National Instruments Corp - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -17,8 +16,6 @@ /* Note: depends on enum ec_current_image */ static const char * const ec_current_image_name[] = {"unknown", "RO", "RW"}; -DECLARE_GLOBAL_DATA_PTR; - /** * Decode a flash region parameter *