Re: [U-Boot] [PATCH] Fix Compliation warning for TNY-A9260 and TNY-A9G20

2009-10-28 Thread Tom
Wolfgang Denk wrote: > Dear s-paul...@ti.com, > > In message <1256742303-17029-1-git-send-email-s-paul...@ti.com> you wrote: >> From: Sandeep Paulraj >> >> The patch fixes a compilation warning by defining >> CONFIG_SYS_64BIT_VSPRINTF in the config file >> >> Signed-off-by: Sandeep Paulraj >> --

Re: [U-Boot] [PATCH] Fix Compliation warning for TNY-A9260 and TNY-A9G20

2009-10-28 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1256742303-17029-1-git-send-email-s-paul...@ti.com> you wrote: > From: Sandeep Paulraj > > The patch fixes a compilation warning by defining > CONFIG_SYS_64BIT_VSPRINTF in the config file > > Signed-off-by: Sandeep Paulraj > --- > include/configs/tny_a9260.h

[U-Boot] [PATCH] Fix Compliation warning for TNY-A9260 and TNY-A9G20

2009-10-28 Thread s-paulraj
From: Sandeep Paulraj The patch fixes a compilation warning by defining CONFIG_SYS_64BIT_VSPRINTF in the config file Signed-off-by: Sandeep Paulraj --- include/configs/tny_a9260.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/tny_a9260.h b/include/con