diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-26 09:37:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 09:37:37 -0400 |
commit | 6f9656d726235b4cbb4f469a82c30e5006a75b53 (patch) | |
tree | 2b8afde3d7a06a3778bd24cf4243dd0856a07add /include/configs/x600.h | |
parent | 50b4b80f597b9f59b98adbdbad691b1027bd501a (diff) | |
parent | 1ee774d20914fb89ad1b236aedb4178912f77c77 (diff) |
Merge branch '2019-08-24-master-imports'
- Migrate SYS_SPI_U_BOOT_OFFS, SYS_NAND_USE_FLASH_BBT and ARCH_CPU_INIT
to Kconfig
Diffstat (limited to 'include/configs/x600.h')
-rw-r--r-- | include/configs/x600.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h index df76b46b1c..d4bbdcdb13 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -96,7 +96,6 @@ #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) /* Miscellaneous configurable options */ -#define CONFIG_ARCH_CPU_INIT #define CONFIG_BOOT_PARAMS_ADDR 0x00000100 #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS |