diff options
author | Alexander Graf <agraf@suse.de> | 2016-05-06 21:01:03 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 10:01:12 -0400 |
commit | 0dac6b4e850cdd934f9b04cecc79fc395127ab29 (patch) | |
tree | 0cf56fdbab7a87f426f5f9e558f8a30467f6704d /include/configs/vexpress_ca15_tc2.h | |
parent | 4570a993d5f330ab05081f7b1070da9bcde9289e (diff) | |
download | u-boot-0dac6b4e850cdd934f9b04cecc79fc395127ab29.tar.gz |
net: Move the VCI and client arch values to Kconfig
We have a bunch of boards that define their vendor class identifier and
client archs in the board files or in the distro config. Move everything
to the generic Kconfig options.
We're missing the distinction between i386 and x86_64, as I couldn't find
any config variable that would tell us the difference. Is that really important
to people? I guess not, so I left it out.
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/vexpress_ca15_tc2.h')
-rw-r--r-- | include/configs/vexpress_ca15_tc2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h index 883e58e660..b509a9cfd4 100644 --- a/include/configs/vexpress_ca15_tc2.h +++ b/include/configs/vexpress_ca15_tc2.h @@ -12,7 +12,6 @@ #define __VEXPRESS_CA15X2_TC2_h #define CONFIG_VEXPRESS_EXTENDED_MEMORY_MAP -#define CONFIG_BOOTP_VCI_STRING "U-Boot.armv7.vexpress_ca15x2_tc2" #include "vexpress_common.h" #define CONFIG_SYSFLAGS_ADDR 0x1c010030 |