]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/Kconfig
net: Fix client identifiers for ARM
authorAlexander Graf <agraf@suse.de>
Fri, 6 May 2016 19:01:04 +0000 (21:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:37:16 +0000 (15:37 -0400)
commitfa96f37ec5835aa685f7beb0af4fef12e9001027
tree275038a6d7230c9573663bd7c87394d5b6feae45
parent0dac6b4e850cdd934f9b04cecc79fc395127ab29
net: Fix client identifiers for ARM

There are client identifiers specifically reserved for ARM U-Boot
according to http://www.ietf.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml#processor-architecture.

So let's actually make use of them rather than the bogus 0x100 that
we emitted so far.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Drop the Xilinx define to 0x100 as it's not the correct value to
use].
Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/xilinx_zynqmp.h
net/Kconfig