
On Mon, May 06, 2019 at 09:52:02PM -0600, Simon Glass wrote:
Hi Thierry,
On Fri, 26 Apr 2019 at 06:01, Thierry Reding thierry.reding@gmail.com wrote:
On Mon, Apr 15, 2019 at 10:08:21AM +0200, Thierry Reding wrote:
From: Thierry Reding treding@nvidia.com
U-Boot already defines the {upper,lower}_32_bits() macros that have the same purpose. Use the existing macros instead of defining new APIs.
Signed-off-by: Thierry Reding treding@nvidia.com
include/fdtdec.h | 24 ------------------------ lib/fdtdec.c | 8 ++++++-- lib/fdtdec_test.c | 8 ++++++-- 3 files changed, 12 insertions(+), 28 deletions(-)
Hi Simon,
you picked up patch 1/2 of this set. Did you have any comments on v2, or did you overlook it?
I marked it as superseded.
http://patchwork.ozlabs.org/patch/1085480/
Is that incorrect?
I think I messed up my earlier email. What I meant to say was whether you had any comments on patch 2/2. There's no v2 of this patch and it hasn't been applied. It's also not superseeded by anything. So I think this should still be applied.
Thierry