X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Flacie_kw.h;h=ac9ac4aeaa563c61252d1540f27bf08c1b1a68e4;hb=38cad04e2d07d5833114831d6f92c759a9253fe7;hp=66e65c878c8d16cd19c3b86dde9473f336abf38a;hpb=a4b0d83b66f1cef9a93b403e4c11424b5b43b09f;p=u-boot diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 66e65c878c..ac9ac4aeaa 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2011 Simon Guinot - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _CONFIG_LACIE_KW_H @@ -73,7 +72,6 @@ #include "mv-common.h" /* Remove or override few declarations from mv-common.h */ -#undef CONFIG_RBTREE #undef CONFIG_ENV_SPI_MAX_HZ #undef CONFIG_SYS_IDE_MAXBUS #undef CONFIG_SYS_IDE_MAXDEVICE @@ -137,7 +135,6 @@ /* * Environment variables configurations */ -#define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64KB */ #define CONFIG_ENV_SIZE 0x1000 /* 4KB */ #define CONFIG_ENV_ADDR 0x70000 @@ -146,8 +143,6 @@ /* * Default environment variables */ -#define CONFIG_BOOTARGS "console=ttyS0,115200" - #define CONFIG_BOOTCOMMAND \ "dhcp && run netconsole; " \ "if run usbload || run diskload; then bootm; fi"