X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fchromebook_link.h;h=0787359674d656a73401fe526bb8cdce7aaa8e89;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=b116a27869a25bc70c2bdfec835897f659c4920e;hpb=c17c4228543396e1eac27ed522d90b2fc578529a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index b116a27..0787359 100644 --- a/include/configs/chromebook_link.h +++ b/include/configs/chromebook_link.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011 The Chromium OS Authors. * (C) Copyright 2008 * Graeme Russ, graeme.russ@gmail.com. - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -16,16 +15,4 @@ #include #include -#define CONFIG_ENV_SECT_SIZE 0x1000 -#define CONFIG_ENV_OFFSET 0x003f8000 - -#define CONFIG_SPL_FRAMEWORK - -#define CONFIG_SPL_TEXT_BASE 0xfffd0000 - -#define BOOT_DEVICE_SPI 10 - -#define CONFIG_SPL_BOARD_LOAD_IMAGE -#define BOOT_DEVICE_BOARD 11 - #endif /* __CONFIG_H */